lama_byterun/lama-compiler/regression/test027.lama

9 lines
No EOL
110 B
Text

var x, y;
x := read ();
write (x);
y := read ();
write (y);
if x then x else y fi := 18;
write (x);
write (y)