lama_byterun/regression/test011.expr
2019-09-29 02:47:07 +03:00

7 lines
52 B
Text

local x;
x:=0;
if x
then write(1)
else write(2)
fi