so that works? It should now, there was a problem with BoundVariables
before.

On 3/29/06, Mark Proctor <[EMAIL PROTECTED]> wrote:
>
> rule "Cheesery contains stilton"
>     when
>         stilton : Cheese( type == "stilton" )
>         Cheesery( cheeses contains stilton )
>     then
>         list.add( stilton );
> end
>

Reply via email to