lama_byterun/regression/test102.lama

9 lines
No EOL
84 B
Text

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