foo_bar.lua 91 B

12345678
  1. function foo()
  2. function bar()
  3. end
  4. end
  5. function bar()
  6. print("Hello, World")
  7. end