Hi,
Using Jess 7.1a3 I get the following behaviour (the same with 7.0p1):
Jess> (<> 1 2 3)
TRUE
Jess> (<> 1 2 2)
FALSE
Jess> (<> 1 1 2)
FALSE
Jess> (<> 1 2 1)
TRUE
But the documentation reads: "Returns TRUE if the value of the first
argument is not equal in value to all subsequent arguments; otherwise
returns FALSE."
Is this a documentation bug?
Cheers,
Henrique
--------------------------------------------------------------------
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]
--------------------------------------------------------------------