lama_byterun/lama-compiler/regression/test029.lama

5 lines
54 B
Text
Raw Normal View History

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