lama_byterun/regression/test011.lama

7 lines
50 B
Text

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