--AngC10 Google Code-in, Introduction to Lua in Wikipedia --AngC10 Google Code-in, Working with Modules local p = {} -- p stands for package function p.hello( frame ) return "Hello, world!" end return p