?box ( box -- value/f ? )
Factor handbook » The language » Collections » Boxes

Prev:box> ( box -- value )


Vocabulary
boxes

Inputs
boxa box


Outputs
value/fthe value of the box or f
?a boolean


Word description
If the box is full, removes the value from the box and pushes t. If the box is empty pushes f f.

Definition