# 1 fn id (x) return x fn f (x) id(x) return 1 println(f (1))