Handbook
Glossary
box> ( box -- value )
Factor handbook
»
The language
»
Collections
»
Boxes
Prev:
>box ( value box -- )
Next:
?box ( box -- value/f ? )
Vocabulary
boxes
Inputs
box
a
box
Outputs
value
the value of the box
Word description
Removes a value from a box.
Errors
Throws an error if the box is empty.
Definition
USING:
boxes.private
;
IN:
boxes
:
box>
( box -- value )
check-box
box-unsafe>
;
inline