lama_byterun/regression/test005.expr

4 lines
77 B
Text
Raw Normal View History

2018-02-25 17:39:27 +03:00
read (x);
read (y);
2018-02-25 15:44:28 +03:00
z := ((x + y) + (x - y)) + ((x - y) - (x / y));
write (z)