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

6 lines
64 B
Text

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