Using the current activation record, I suppose? There's no way to do
that right now, but that's a very interesting idea.

You can put the code you want to call into a deffunction, and call
that.  Alternatively, you could use module focus to "call" a module as
a "subroutine." Although this last might sound odd, it actually works
very well. 

I think Anderson de Rezende Rocha wrote:
> 
> 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]
> ---------------------------------------------------------------------
> 



---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

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