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

Prev:define-inline ( word def effect -- )


Vocabulary
words

Inputs
worda word
quota quotation


Outputs
None

Word description
Defines a parsing word.

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

Definition