lama_byterun/lama-compiler/regression/test011.lama

6 lines
48 B
Text

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