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

5 lines
72 B
Text

use math;
print( "PI is " + ConstPi() );
print( "e is " + ConstE() );