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