--- a/examples/example.xml Mon Jun 11 14:56:25 2007 +0200
+++ b/examples/example.xml Thu Jun 14 08:59:43 2007 +0200
@@ -408,7 +408,7 @@
ST Temp (* Store X1-X2 in Temp *)
MUL Temp (* Multiply by Temp to square *)
)
- CAL SQRT (* Call Square root fun *)
+ SQRT (* Call Square root fun *)
ST ILTest (* Setup function result *)
GT TMax (* Greater than TMax ? *)
JMPC ERR (* Yes, Jump to Error *)
@@ -818,7 +818,7 @@
</variable>
<variable name="Temp">
<type>
- <INT/>
+ <REAL/>
</type>
</variable>
</inputVars>