lama_byterun/regression/test011.expr
2018-03-11 22:30:01 +03:00

5 lines
42 B
Text

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