lama_byterun/regression/test001.expr

5 lines
42 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*3;
write (z)