take ( ref -- obj )


Vocabulary
refs

Inputs
refa ref


Outputs
objan object


Word description
Retrieve the value of the ref and then delete it, returning the value.

See also
delete-ref

Definition