home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / love / demo_gs.dem < prev    next >
Text File  |  1993-04-11  |  674b  |  24 lines

  1. |O|" The user is now placing all the vocabularies in the search order"
  2. |A|KONLY FORTH ALSO MSDOS ALSO TOOLBOX
  3. ORDER
  4. WORDS
  5. |O
  6. |" Notice that only the last vocabulary (TOOLBOX) is listed by WORDS"
  7. |F
  8. |" Listing the words in any vocabulary is done with WORDS>"
  9.  
  10. |KWORDS> ROOT
  11. |L|O|" Notice that all the vocabulary usage and defining words are in"
  12. |" vocabulary ROOT"
  13. |F|" Type HELP when help is needed (HELP itself is in TOOLBOX)"
  14.  
  15.  
  16. |Khelp words>|L
  17. |F help vocabulary|L|L
  18. |F |O|" To obtain a map of current memory usage, type MEM-MAP"
  19. |K MEM-MAP
  20. |F|O|" And remember that DEVELOP will restore the usual vocabularies"
  21. |KDEVELOP
  22. ORDER
  23. |L|F|Bourdemo to-menu
  24.