lama_byterun/regression/test001.expr

7 lines
67 B
Text
Raw Normal View History

global x, y, z;
x := read ();
y := read ();
z := x*y*3;
write (z)