sd:star_forth_dictionary
This is an old revision of the document!
Star Forth Dictionary
Here is a list of each word that comes standard in Star Forth. Included is a short definition as to its general usage.
. (dot)
This is the “print” command. It prints whatever is on the TOS. For example:
5 . ( this prints 5. ) 1 1 + . ( this prints 2. )
More coming soon!
sd/star_forth_dictionary.1773483936.txt.gz · Last modified: by appledog
