commands
→ load
load(s)
The load command loads an object from a text file.
Examples
# the example from the save() help page
g = load("output79535914139115713.txt");
expand( (1+x+y+z)^20 - g );
0