set-global ( value variable -- )
Factor handbook » The language » Global variables

Prev:get-global ( variable -- value )
Next:initialize ( variable quot -- )


Vocabulary
namespaces

Inputs
valuethe new value
variablea variable, by convention a symbol


Outputs
None

Word description
Assigns a value to the variable in the global namespace.

Side effects
Modifies variable

Definition