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

8 lines
71 B
Text

var x := 1;
print( x );
if (1)
var y := 2;
print( y );
endif