lama_byterun/regression/test001.expr

6 lines
57 B
Text
Raw Normal View History

2019-09-19 00:15:02 +03:00
local x, y, z;
read (x);
read (y);
z := x*y*3;
write (z)