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 successfull")
)
(reset)
(run)

In version 61p7 it works as expected. Has there
been any changes working with modules?


Regards
Sven



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