Hi jess-users

Don't know whether it's a bug but after

(deffunction fun () (assert (b 2)))
(defrule rule (logical (a))=>(assert (b 1)))
(defrule rule2 (logical (a))=>(fun))
(assert (a))
(run)

(retract 0) deletes only (a) and (b 1). (b 2) doesn't seem to have a logical
dependency on (a).

Yuri

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to