Module:Bananas
Revision as of 13:41, 30 May 2020 by module>Esteban16 (Reverted edits by 87.150.47.235 (talk) to last version by Pppery)
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