home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 18 / forth / read.me1 < prev    next >
Encoding:
Text File  |  1986-09-18  |  688 b   |  24 lines

  1.             Forthmacs Hints
  2.  
  3. To get a list of Forth words:            words
  4.  
  5. To find out what a Forth word does:        whatis <wordname>
  6.  
  7. To see how a word is implemented:        see <wordname>
  8.  
  9. To get more Forthmacs documentation:        Read the file COPYING
  10.  
  11. To learn Forth:   Read "Mastering Forth" by Martin Tracy and Anita Anderson
  12.  
  13. To edit a file:      Use the Emacs editor.  The file TUTORIAL.TXT tells how.
  14.           Forthmacs can use files made by most editors.
  15.  
  16. To display a file:                more  <filename>
  17.  
  18. To load a source file:                fload <filename>
  19.  
  20. To save an executable image:        "" forth.tos   splice-relocation
  21.                     "" newfile.tos save-rel
  22.  
  23. To find out what is on this disk:        Read the file FILES.LST
  24.