So I'm reading the documentation and updating it to match what
the code actually does... and I "discovered" the )savesystem command.

You can do things like
   axiom
   (1) -> t1:=2
   )savesystem foo

which will save Axiom and exit. Then you can do

   ./foo
   (1) -> t1
   2

which restarts Axiom with the session information intact.
Who knew?

Tim

_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
https://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to