lama_byterun/regression/test002.expr
2019-09-29 02:47:07 +03:00

6 lines
70 B
Text

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