Handbook
Glossary
hide-var ( var -- )
Factor handbook
»
Developer tools
»
The listener
»
Watching variables in the listener
Prev:
show-var ( var -- )
Next:
show-vars ( seq -- )
Vocabulary
listener
Inputs
var
a variable name
Outputs
None
Word description
Removes a variable from the watch list.
Definition
USING:
namespaces
sequences
;
IN:
listener
:
hide-var
( var -- )
visible-vars
[
remove
]
change
;