lama_byterun/regression/test011.expr
2019-09-19 18:37:08 +03:00

7 lines
53 B
Text

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