Hi guys,
Does exists some manner to call one RULE from other rule explicitly?
Like this:
(defrule north-limit
...
=>
...
)
(defrule any-limit
(north-limit)
...
=>
...
)
Is it possible? Thanks for any help!
---------------------------------------------------------------------
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]
---------------------------------------------------------------------