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