rule  exornot<br>  when<br>       Number( $iCount: intValue )  from accumulate ( Fact( x &gt; 0 ), $c: count(1) )<br>  then<br>       System.out.println( &quot;count = &quot; + $c );<br>  end<br><br>There&#39;s no way $c can be used in RHS code (5.3.0, current).<br>
Is this the intended behaviour? Where can it be used?<br><br>-W<br><br>