lama_byterun/lama-compiler/regression/test029.lama

4 lines
54 B
Text

var x;
(x := read (); write (x); x) := 18;
write (x)