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

Prev:<box> ( -- box )
Next:box> ( box -- value )


Vocabulary
boxes

Inputs
valuean object
boxa box


Outputs
None

Word description
Stores a value into a box.

Errors
Throws an error if the box is full.

Definition