namespaces vocabulary - Factor Documentation (original) (raw)

namespaces vocabulary
Factor handbook » Vocabulary index

Documentation
Dynamic variables

Metadata

Tags: collections
Authors: Slava Pestov

Words

Ordinary words

Word Stack effect
+@ ( n variable -- )
change ( variable quot -- )
change-global ( variable quot -- )
counter ( variable -- n )
dec ( variable -- )
get ( variable -- value )
get-global ( variable -- value )
get-namestack ( -- namestack )
global ( -- g )
inc ( variable -- )
init-namestack ( -- )
initialize ( variable quot -- )
namespace ( -- namespace )
off ( variable -- )
on ( variable -- )
set ( value variable -- )
set-global ( value variable -- )
set-namestack ( namestack -- )
toggle ( variable -- )
with-global ( quot -- )
with-scope ( quot -- )
with-variable ( value key quot -- )
with-variables ( ns quot -- )

Files

resource:core/namespaces/namespaces.factor
resource:core/namespaces/namespaces-docs.factor
resource:core/namespaces/namespaces-tests.factor

Metadata files

resource:core/namespaces/authors.txt
resource:core/namespaces/summary.txt
resource:core/namespaces/tags.txt

Children from resource:extra

Vocabulary Summary
namespaces.extras