<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<br>
<div class="ExternalClass" id="MsgContainer"><meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">
<style>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Tahoma;}
</style>
hi,<br><br><pre class="EC_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 < 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="EC_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.</span></pre></div><br /><hr />Centralisez tous vos comptes mails dans Hotmail ! <a href='http://www.windowslive.fr/hotmail/' target='_new'>Créez un compte Hotmail, c'est gratuit !</a></body>
</html>