lama_byterun/lama-compiler/regression/test011.lama

7 lines
48 B
Text
Raw Normal View History

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