<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


Words in category Interpreter Words in glossary TurboForth Kernal

Search:
The following words are listed in this category (6 words found): Word Types: S = Standard, I = Immediate , IC = Immediate-compiling.
Word Name Word Type Data Stack Signature Return Stack Signature Description Availability
V1.0 V1.1 V1.2
ABORT S -- -- Immediately stops execution, resets data stack, resets return stack and returns to command line. No message is issued.
ABORT" IC flag -- -- If flag is true, stops execution, resets stacks, and displays the string. If flag is false then no action is taken.
FORGET S -- Removes word “word”, and all words following it, from the dictionary.
INTERPRET S -- -- Runs the interpreter/compiler.
MARKER IC -- -- Creates a named marker in the dictionary, such that executing the marker causes all words defined after it to be erased from the dictionary.
STK? S -- -- Checks for stack underflow, and aborts if an underflow is detected, otherwise no action is taken.

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>