rlisp.hlp 645 B

12345678910111213141516171819
  1. <PSL>RLISP.EXE
  2. ----------
  3. This is a version of RLISP built upon <PSL>PSL.EXE.
  4. TAKE <PSL>LOGICAL-NAMES.CMD, or put in LOGIN.CMD.
  5. Execute RLISP(); to get into improved top-loop. It lacks some of the
  6. standard REDUCE/RLISP top loop features, essentially just XREAD/EVAL/PRINT,
  7. like Lisp READ/EVAL/PRINT.
  8. Use HELP(); or HELP(a,b,c); for information on topics a,b,c.
  9. [Look at PH:*.HLP]
  10. Recall that file I/O needs " ...." around file names.
  11. Recall that the Rlisp Break commands need a ; after commands.
  12. Use QUIT; to exit.
  13. Use SaveSystem "useful message"; to RECLAIM and exit to make smaller
  14. .EXE to save.