namespace ( -- namespace )
Factor handbook » The language » Dynamic variables » Namespace implementation details

Prev:set-namestack ( namestack -- )
Next:>n ( namespace -- )


Vocabulary
namespaces

Inputs
None

Outputs
namespacean assoc


Word description
Outputs the current namespace. Calls to set modify this namespace.

Definition