Hello there,

discovered some behavior, which doesn't make sense to me:

(defrule warn-if-low
  (tank (name ?name) (another_name ?n2&~?name) (low TRUE) (intact TRUE))
...

If I do this Jess complains that I use ?name before defining it (the
beans are OK) - seems to be like a parser bug (?)
Does somebody know a fix/workaround besides changing the rule by adding
a (test (neq ?n2 ?name))

Thanks a lot,
        tge

-- 

 Thomas Gentsch



---------------------------------------------------------------------
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