Module:Bananas
Revision as of 21:07, 4 October 2020 by Andrei Radulescu-Banu (talk | contribs) (Created page with "local p = {} --p stands for package function p.hello( frame ) return "Hello, world!" end return p")
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