lama_byterun/lama-compiler/regression/test030.lama

12 lines
No EOL
82 B
Text

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