define ( word def -- )
Factor handbook » The language » Words » Colon definitions

Prev:; ( -- * )
Next:define-declared ( word def effect -- )


Vocabulary
words

Inputs
worda word
defa quotation


Outputs
None

Word description
Defines the word to call a quotation when executed. This is the run time equivalent of :.

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

Side effects
Modifies word

See also
:, ;

Definition