lama_byterun/lama-compiler/regression/test001.lama

3 lines
59 B
Text

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