Hi Ernest,
 
Do you see any mistake in the following defrule when 
added to the existing pumps.clp :
 
(defrule r1
 (tank (OBJECT ?tank))
 (test (= MAIN (get ?tank name)))
 =>
 (do-stuff)
)
 
My intention is to match the tank name to a defined string
and fire accordingly. I get no syntax error but the rule does
not fire.

thanks,
Venkat

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to