Hi,<br><br>I have a question regarding rules syntax particularly with left hand side. Suppose I have the following condition ..<br><br>when <br>&nbsp;&nbsp; Customer ( $cars : cars, age &gt; 18 )<br>...<br><br>How can I use the bind variable &quot;$cars&quot; in subsequent statements without using eval(), like so ...
<br><br>when <br>&nbsp; Customer ( $cars : cars,&nbsp; age &gt; 18 )<br>&nbsp; eval( $cars.contains( &quot;Honda&quot; ) )<br>....<br><br><br>Basically I would like to know what the alternatives for doing something like so this without having to use eval function. I know this might not be the best example for this question, but please I&#39;m just learning this system right now. 
<br><br><br>Thanks in advance,<br>Bruce.<br>&nbsp;&nbsp; <br>