Difference between revisions of "Module:Bananas"

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

Revision as of 00:47, 17 May 2018

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

local p = {} -- p stands for package

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

return p