lama_byterun/lama-compiler/regression/test001.lama

4 lines
59 B
Text
Raw Normal View History

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