lama_byterun/regression/test102.lama

9 lines
84 B
Text
Raw Normal View History

2020-01-05 03:33:17 +03:00
fun f (x) {
fun g () { x}
fun h () { g}
g
}
var n = read ();
2020-01-05 03:33:17 +03:00
write (f(5)())