lama_byterun/regression/test002.lama

6 lines
68 B
Text

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