get ( variable -- value )
Factor handbook » The language » Dynamic variables

Next:set ( value variable -- )


Vocabulary
namespaces

Inputs
variablea variable, by convention a symbol


Outputs
valuethe value or f


Word description
Searches the namestack for a namespace containing the variable, and outputs the associated value. If no such namespace is found, outputs f.

Definition