Handbook
Glossary
off ( variable -- )
Factor handbook
»
The language
»
Dynamic variables
»
Changing variable values
Prev:
on ( variable -- )
Next:
inc ( variable -- )
Vocabulary
namespaces
Inputs
variable
a variable, by convention a symbol
Outputs
None
Word description
Assigns a value of
f
to the variable.
Side effects
Modifies
variable
See also
ref-off
Definition
USING:
kernel
;
IN:
namespaces
:
off
( variable -- )
f
swap
set
;
inline