lama_byterun/regression/test002.expr
2019-09-19 18:37:08 +03:00

6 lines
71 B
Text

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