define-symbol ( word -- )
Factor handbook » The language » Words » Symbols

Prev:SYMBOLS:


Vocabulary
words.symbol

Inputs
worda word


Outputs
None

Word description
Defines the word to push itself on the stack when executed. This is the run time equivalent of SYMBOL:.

Notes
This word must be called from inside with-compilation-unit.

Side effects
Modifies word

See also
SYMBOL:, SYMBOLS:

Definition