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

7 lines
76 B
Text

use math;
var x := ConstPi();
x := x / 10000000.0;
print( "x is " + x );