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

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


Vocabulary
listener

Inputs
seqa sequence of variable names


Outputs
None

Word description
Adds a sequence of variables to the watch list; their values will be printed by the listener after every expression.

Definition