<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
hi,<br><br><pre class="programlisting"><span style="font-family: Tahoma,Helvetica,Sans-Serif;">I have no problem for this kind of rule :<br><br></span>rule "Primitive support"<br>when<br>    $c : Cheese( price &lt; 10 )<br>then<br>    $c.setPrice( 10 )<br>end <br></pre>
but I would like to know what is the decision table for this small rule<br><br><pre class="programlisting">rule "Primitive support"<br>when<br>    $c : Cheese( $price : price )<br>then<br>    $c.setPrice( $price * 2 )<br>end<br><br><span style="font-family: Tahoma,Helvetica,Sans-Serif;">I've tried a lot of syntax and I read the section abour the decision table in the manual but i</span><br style="font-family: Tahoma,Helvetica,Sans-Serif;"><span style="font-family: Tahoma,Helvetica,Sans-Serif;">didnt find anything.<br style="font-family: Tahoma,Helvetica,Sans-Serif;"><br style="font-family: Tahoma,Helvetica,Sans-Serif;"><br></span></pre><br /><hr />Plus de 15 millions de français utilisent Windows Live Messenger !  <a href='http://www.windowslive.fr/messenger/' target='_new'>Téléchargez Messenger, c'est gratuit !</a></body>
</html>