Hi Ernest!
I have the following facts:
(Fact1 (slot1 Fact1))
(Fact2 (slot1 Fact2))
(Fact3 (slot1 Fact3))
If I use the (or) CE on the LHS like that:
(or (Fact1 (slot1 ?slot1))
(Fact2 (slot1 ?slot1))
(Fact3 (slot1 ?slot1))
)
what will be the value of ?slot1 ?
I would expect Jess to keep the order of the OR conditions.
?slot1 would be Fact1 because the first OR conditon matches immediately
and the other two conditions are not tested anymore.
I did some tests and came to the conclusion, that the current
behaviour is different. However, I am not sure.
Can you tell me what´s going on ?
Regards,
Norman
---------------------------------------------------------------------
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]
---------------------------------------------------------------------