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

Next:set-namestack ( namestack -- )


Vocabulary
namespaces

Inputs
None

Outputs
namestacka vector of assocs


Word description
Outputs a copy of the current namestack.

Definition