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

Prev:global ( -- g )
Next:set-global ( value variable -- )


Vocabulary
namespaces

Inputs
variablea variable, by convention a symbol


Outputs
valuethe value


Word description
Outputs the value of a variable in the global namespace.

Definition