lama_byterun/regression/test002.lama

7 lines
70 B
Text
Raw Normal View History

2019-09-29 02:47:07 +03:00
local x, y, z;
2018-04-25 01:06:18 +03:00
x := read ();
y := read ();
2018-02-25 15:44:28 +03:00
z := y*y;
write (x+z)