home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / FFB.ZIP / FFHLP.ARC / WORDS.HLP < prev   
Encoding:
Text File  |  1988-01-11  |  855 b   |  25 lines

  1. \ WORDS.HLP     The WORDS definition       Enhancements by Tom Zimmer
  2.  
  3. VYET   \ DID WE PRINT VOCABULARY YET
  4. VADDR  \ VOCABULARY NAME ADDRESS
  5.  
  6. .VYET           ( --- )
  7.         Print the name of the vocabulary if we have not printed it yet.
  8.  
  9. INWFLG          Display a subset of words matching flag.
  10. ALLFLAG         Display all words flag.
  11. CODEWRDS        Display only CODE words flag.
  12. TOTALWORDS      Accumulator for the total number of names.
  13.  
  14. W.NAME          ( NFA --- )
  15.         Print name of word NFA. Test to see if conditions are correct,
  16.         like CODE, or ALL, or WITHIN, and print name.
  17.  
  18. .VOCWORDS       ( A1 --- )
  19.         Display the words matching, from a vocabulary.
  20.  
  21. WORDS           ( | text -- )
  22.         Display words that match text. Text is optional, if ommited
  23.         then context vocabulary will be displayed.
  24.  
  25.