Handbook
Glossary
ref-inc ( ref -- )
Factor handbook
»
The language
»
Collections
»
References
»
Reference utilities
Prev:
ref-off ( ref -- )
Next:
ref-dec ( ref -- )
Vocabulary
refs
Inputs
ref
a
ref
Outputs
None
Word description
Increment the value of the ref by 1.
See also
inc
Definition
USING:
kernel
;
IN:
refs
:
ref-inc
( ref -- )
1
swap
ref-+@
;