Handbook
Glossary
hide-vars ( seq -- )
Factor handbook
»
Developer tools
»
The listener
»
Watching variables in the listener
Prev:
show-vars ( seq -- )
Next:
hide-all-vars ( -- )
Vocabulary
listener
Inputs
seq
a sequence of variable names
Outputs
None
Word description
Removes a sequence of variables from the watch list.
Definition
USING:
kernel
namespaces
sets
;
IN:
listener
:
hide-vars
( seq -- )
visible-vars
[
swap
diff
]
change
;