define-constant ( word value -- )
Factor documentation > Factor handbook > The language > Words > Constants
Prev:CONSTANT:


Vocabulary
words.constant

See also
CONSTANT:

Definition
USING: kernel words ;

IN: words.constant

: define-constant ( word value -- )
[ "constant" set-word-prop ]
[ [ ] curry ( -- value ) define-inline ] 2bi ;