Handbook
Glossary
define-constant ( word value -- )
Factor handbook
»
The language
»
Words
»
Constants
Prev:
CONSTANT:
Vocabulary
words
.
constant
Inputs
word
an
object
value
an
object
Outputs
None
See also
CONSTANT:
Definition
USING:
kernel
words
;
IN:
words.constant
:
define-constant
( word value -- )
[
drop
t
"constant"
set-word-prop
]
[
[
]
curry
( -- value )
define-inline
]
2bi
;