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