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

5 lines
No EOL
58 B
Text

if (1)
var a;
a := 5;
print( "A=" + a );
endif