lama_byterun/regression/test004.lama
Dmitry Boulytchev 61296c51e7 Massive renaming
2020-02-16 00:21:15 +03:00

6 lines
No EOL
101 B
Text

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