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

9 lines
No EOL
86 B
Text

fun f (x) {
fun g () { x}
fun h () { g}
g
}
local n = read ();
write (f(5)())