Tags: | collections |
Authors: | Slava Pestov |
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 -- ) |
Vocabulary | Summary |
namespaces.extras |