Difference between revisions of "Module:Bananas"
(Created page with "local p = {} -- p stands for package function p.hello( frame ) return "Hello, world!" end return p") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | local p = {} | + | local p = {} |
function p.hello( frame ) | function p.hello( frame ) |
Latest revision as of 01:10, 1 December 2018
local p = {}
function p.hello( frame )
return "Hello, world!"
end
return p