Re: JESS: Problems with function test in version 70a2

2004-10-30 Thread ejfried
I think Sven Siorpaes wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hello, > > I encountered a problem with the test function > used in a rule within a module. I can confirm that this is a bug in 7.0a2. I've already fixed it and 7.0a3 will contain the patch.

RE: JESS: Problems with function test in version 70a2

2004-10-26 Thread Jason Morris
I think that Sven Siorpaes wrote: >> I encountered a problem with the test function used in a rule within a module. >> Has there been any changes working with modules? Hi Sven, Note that Jess's reserved symbols are case sensitive, so the symbol "true" is not the same as the correct one "TRUE" -- p

JESS: Problems with function test in version 70a2

2004-10-26 Thread Sven Siorpaes
Hello, I encountered a problem with the test function used in a rule within a module. The following code is not firing the rule with version 70a2: (defmodule TEST) (defrule TEST::testfunction (declare (auto-focus true)) (test (< 0 1)) => (printout t "Test successfu