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