off ( variable -- )
Factor handbook » The language » Dynamic variables » Changing variable values

Prev:on ( variable -- )
Next:inc ( variable -- )


Vocabulary
namespaces

Inputs
variablea variable, by convention a symbol


Outputs
None

Word description
Assigns a value of f to the variable.

Side effects
Modifies variable

See also
ref-off

Definition