with-global ( quot -- )
Factor handbook » The language » Global variables

Prev:initialize ( variable quot -- )


Vocabulary
namespaces

Inputs
quota quotation


Outputs
None

Word description
Runs the quotation in the global namespace.

Definition