lama_byterun/lama-compiler/regression/test030.lama

12 lines
82 B
Text
Raw Normal View History

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