next up previous

13.2.4 Disabling Watch Items

This function disables the effect of the watch command.

Syntax

(unwatch watch-item>)

This command is identical to the watch command with the exception that it disables watch items rather than enabling them. This function has no return value.

Example

CLIPS> (unwatch all)
CLIPS>


next up previous