Advertisement
Rapptz

Untitled

Jun 24th, 2014
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. function f(x, y, z)
  2.     return
  3.     function g(y, z)
  4.         return
  5.         function h(z)
  6.             return x + y + z
  7.         end
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement