lama_byterun/regression/test089.expr
2020-01-05 03:33:17 +03:00

8 lines
No EOL
124 B
Text

fun test (a, b, c) {
local x = a + b, y = b + c;
{local e = x + y;
e
}
}
write (test (read (), read (), read ()))