Handbook
Glossary
ref-off ( ref -- )
Factor handbook
»
The language
»
Collections
»
References
»
Reference utilities
Prev:
ref-on ( ref -- )
Next:
ref-inc ( ref -- )
Vocabulary
refs
Inputs
ref
a
ref
Outputs
None
Word description
Sets the value of the ref to f.
See also
off
Definition
USING:
kernel
;
IN:
refs
:
ref-off
( ref -- )
f
swap
set-ref
;