lama_byterun/regression/test001.expr

4 lines
59 B
Text
Raw Normal View History

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