Difference between revisions of "Module:Bananas"

From Wikibase Personal data
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 15:15, 8 March 2019

local p = {} -- p stands for package

function p.hello( frame )

   return "Hello, world!"

end

return p