home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / love / chap11.doc < prev    next >
Text File  |  1993-04-11  |  491b  |  16 lines

  1. Chapter11               L.O.V.E. FORTH
  2.  
  3.  
  4. 11.0 Developer's Prompt
  5.      ------------------
  6.     The source code file PROMPT.TXT redefines the Forth word
  7.     PROMPT    to display the current    BASE  and depth of stack.
  8.  
  9. Base 10: no symbol
  10. Base  2: % represents a base of binary
  11. Base 16: $ represents a base of HEX
  12. A ? symbol indicates a BASE other than 2, 16 or 10
  13.  
  14. The stack depth in cells, is always displayed in decimal.
  15.  
  16. To use, simply    INCLUDE" PROMPT.TXT" from within L.O.V.E. Forth.