Handbook
Glossary
<box> ( -- box )
Factor handbook
»
The language
»
Collections
»
Boxes
Prev:
box
Next:
>box ( value box -- )
Vocabulary
boxes
Inputs
None
Outputs
box
a
box
Word description
Creates a new empty box.
Definition
USING:
kernel
;
IN:
boxes
:
<box>
( -- box )
box
new
;