show-var ( var -- )
Factor handbook » Developer tools » The listener » Watching variables in the listener

Prev:visible-vars
Next:hide-var ( var -- )


Vocabulary
listener

Inputs
vara variable name


Outputs
None

Word description
Adds a variable to the watch list; its value will be printed by the listener after every expression.

Definition