lama_byterun/regression/test048.expr
Dmitry Boulytchev 3e95c3b8f5 Some extra tests
2018-11-12 16:33:49 +03:00

9 lines
No EOL
144 B
Text

fun test (n, m) local i, s {
write (n);
write (m);
return n
}
n := read ();
y := 1 + (2 + (3 + (4 + (5 + (6 + test (7, 7))))));
write (y)