Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
namestack* ( -- namestack )
Vocabulary
namespaces.private
Inputs and outputs
namestack
a vector of assocs
Word description
Outputs the current name stack.
Definition
USING:
kernel.private
vectors
;
IN:
namespaces.private
:
namestack*
( -- namestack )
CONTEXT-OBJ-NAMESTACK
context-object
{
vector
}
declare
;
inline