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