home *** CD-ROM | disk | FTP | other *** search
- Chapter11 L.O.V.E. FORTH
-
-
- 11.0 Developer's Prompt
- ------------------
- The source code file PROMPT.TXT redefines the Forth word
- PROMPT to display the current BASE and depth of stack.
-
- Base 10: no symbol
- Base 2: % represents a base of binary
- Base 16: $ represents a base of HEX
- A ? symbol indicates a BASE other than 2, 16 or 10
-
- The stack depth in cells, is always displayed in decimal.
-
- To use, simply INCLUDE" PROMPT.TXT" from within L.O.V.E. Forth.