lama_byterun/lama-compiler/regression/test002.lama

6 lines
67 B
Text

var x, y, z;
x := read ();
y := read ();
z := y * y;
write (x+z)