local mymodule = {} function mymodule.hello() Write("Hello World!\r\n") end return mymodule