Other Forth words
    Il "Quarto" fuso ] The 4th Time Zone ]   


 

Introduction
Input/Output operations
Mathematical Operators
Stack operators
Other operators
Colon definition
Control structures
Conditional branching
Constants and variables
Other Forth words
Using the editor
Error messages


                                   

[ Index ][ Back ][ Next ]

LIST

This will list the contents of the screen number held on the top of the stack.

e.g.      6 LIST

will list screen 6 to the screen. Note that if source has not been typed into any of the screens, they will probably contain garbage .

FORGET

This is used to delete part of the Lightning dictionary. Please note that not only will the word following FORGET be erased, but so will every word defined after it.

e.g.            FORGET EXAMPLE 

will delete the word EXAMPLE (if it exists) along with any other word defined after it. 

VLIST

This is just typed in as a single word with no parameters. It will cause a list of all the words defined so far; pressing BREAK will stop the listing. 

LOAD

This will compile the source code that you have created using the editor into the dictionary, to became new word. Loading will terminate at the end of a screen or at the Forth word ;S unless the “continue loading” word --> is used at the end of a screen. The idea of the screen will become obvious in the next section on editing.

[ Index ][ Back ][ Next ]


Ultimo aggiornamento: 10-12-2002. Copyright (c) 2000-2002 Matteo Vitturi. 
Per problemi o domande relativamente a questo sito contattare il webmaster
Last update: 12.10.2002. Copyright (c) 2000-2002 Matteo Vitturi.
For problems or questions related to this web please contact the webmaster.
Hosted by www.Geocities.ws

1