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

4 lines
56 B
Text

var x := 1;
var y := 2.0;
print( "x <= y?" + (x<=y) );