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