box> ( box -- value )
Factor handbook » The language » Collections » Boxes

Prev:>box ( value box -- )
Next:?box ( box -- value/f ? )


Vocabulary
boxes

Inputs
boxa box


Outputs
valuethe value of the box


Word description
Removes a value from a box.

Errors
Throws an error if the box is empty.

Definition