lama_byterun/regression/test001.expr

5 lines
42 B
Text
Raw Normal View History

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