We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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")
There was an error while loading. Please reload this page.