function g(x,y,z) x(y,z) end println(g(+,2,3)) # prints 5