Difference between revisions of "Module:Bananas"

From Northumberland Climbing
Jump to navigation Jump to search
module>Esteban16
m (Reverted edits by 87.150.47.235 (talk) to last version by Pppery)
(No difference)

Revision as of 13:41, 30 May 2020

Example module referenced by Extension:Scribunto/Lua reference manual


local p = {} --p stands for package
 
function p.hello( frame )
    return "Hello, world!"
end
 
return p