namespace ( -- namespace ) (original) (raw)
namespace ( -- namespace )
Factor handbook » The language » Dynamic variables » Namespace implementation details
Prev: | set-namestack ( namestack -- ) |
---|---|
Next: | >n ( namespace -- ) |
Vocabulary
namespaces
Inputs
None
Outputs
namespace | an assoc |
---|
Word description
Outputs the current namespace. Calls to set modify this namespace.
Definition