Handbook
Glossary
get-namestack ( -- namestack )
Factor handbook
»
The language
»
Dynamic variables
»
Namespace implementation details
Next:
set-namestack ( namestack -- )
Vocabulary
namespaces
Inputs
None
Outputs
namestack
a vector of assocs
Word description
Outputs a copy of the current namestack.
Definition
USING:
kernel
namespaces.private
;
IN:
namespaces
:
get-namestack
( -- namestack )
(get-namestack)
clone
;