Another way
is to put your interactions in a regular text file; suppose for the sake
of example that you call it your_file.demo
.
Use a semicolon (`;') as a comment indicator.
Then, to ``step through'' your input file, start SNePS, and, at the *-prompt,
type:
(demo "your_file.demo" :av)Pressing the return key steps through your input file.
If you want to just load all the info, type:
(demo "your_file.demo")and all the iterations will scroll by rapidly.