Hi all. I would like to be able to use an OR in a rule, like "if this is the 
case" OR "this is the case" then fire rule X.

In some rules I have listed several conditions, which I have assumed works 
as an AND:

(defrule worried_AIDS
 >>  ?u <- (user(hiv_status "pos"))
 >>  ?e <- (enquiry (type G3)(value "done"))
        =>

        ...etc...

is that right? is it ANDed? How do I do an OR? (if it's possible)? And if 
the above is in fact an OR, how do I do an AND??!!

Tres thanks. Debbie Lampon


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
---------------------------------------------------------------------
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