-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Revilo0509 edited this page Oct 28, 2024
·
5 revisions
Needs two arguments Name and data. It is the same as a normal variable you give it a name and then assign it data. For example
save("Pi", 3.14)Needs a single argument, Name. It will find the variable in the save file then return it. You can use it like
loadedData = load("Pi")Prints and returns all stored variables.
Removes a specified variable. For example
remove("Very Good Variable Name")WARNING USE WITH CAUTION, REMOVES ALL STORED VARIABLES
WARNING USE WITH EXTREME CAUTION, REMOVES THE VARIABLE FILE