polserver/testsuite/escript/misc/double01.src
2015-12-19 02:31:08 +01:00

8 lines
No EOL
131 B
Text

use math;
program MathTest()
var result := CInt((64.1+0.1)*10.0);
Print("Result of CInt((64.1+0.1)*10.0) = "+result);
endprogram