I think Ben Allen wrote: > From reading the paragraph below from the Jess language spec. > > "A pattern with test as the head is special; the body consists not > of a pattern to match against the knowledge base but of one or more > boolean functions, which are evaluated in order.
You're right, it *does* say that. That's wrong though; there can only be one Boolean function in a test CE. If you want to have several, just use logical "and" to group them together: (test (and (< 3 2) (> 5 4))) Sorry for the confusion. I'll correct the error. --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- 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] --------------------------------------------------------------------
