lama_byterun/regression/test001.lama

4 lines
56 B
Text
Raw Permalink Normal View History

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