Jump to content

Module:Sandbox/Colin R Robinson

From WBS
Revision as of 06:02, 26 March 2024 by imported>Colin R Robinson (Replaced content with "local p = {} function p.hello(saying) return saying+'!' end return p")

Documentation for this module may be created at Module:Sandbox/Colin R Robinson/doc

local p = {}
 
function p.hello(saying)
    return saying+'!'
end
 
return p