VocabularysyntaxSyntaxSYMBOL: word
Inputs and outputsWord descriptionDefines a new symbol word in the current vocabulary. Symbols push themselves on the stack when executed, and are used to identify variables (see
Dynamic variables) as well as for storing crufties in word properties (see
Word properties).
ExamplesUSE: prettyprint
IN: scratchpad
SYMBOL: foo
foo .
foo
See alsodefine-symbol,
SYMBOLS:Definition