pre-testinclude.lua 163 B

12345
  1. function included_function()
  2. return "I'm a function in another file!"
  3. end
  4. local included_var = "this is technically local but #include don't care about that"