Module:Test: Difference between revisions

From ytptenniswiki
Jump to navigation Jump to search
Created page with "local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p"
 
(No difference)

Latest revision as of 19:48, 28 February 2025

Documentation for this module may be created at Module:Test/doc

local p = {} --p stands for package

function p.hello( frame )
    return "Hello, world!"
end

return p