Tracing & Recording Things
Watch command can watch facts (and rules)
CLIPS> (watch facts)
CLIPS> (reset)
==> f-0 (initial-fact)
CLIPS> (retract 0)
<== f-0 (initial-fact)
Contents of dialog window can be sent to file
CLIPS> (dribble-on �dribble.clp�) ; any file name will do
...
CLIPS> (dribble-off �dribble.clp�)