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

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


Vocabulary
words

Inputs
worda word
defa quotation
effectan effect


Outputs
None

Word description
Defines a word and declares its stack effect.

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

Side effects
Modifies word

Definition