Handbook
Glossary
take ( ref -- obj )
Vocabulary
refs
Inputs
ref
a
ref
Outputs
obj
an
object
Word description
Retrieve the value of the ref and then delete it, returning the value.
See also
delete-ref
Definition
USING:
kernel
;
IN:
refs
:
take
( ref -- obj )
[
get-ref
]
[
delete-ref
]
bi
;