Module:Sandbox/Sware/test: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "local p = {} function p.hello() return 'Hello!' end return p")
 
No edit summary
Line 4: Line 4:
     return 'Hello!'
     return 'Hello!'
end
end
 
function p.meet()
    return 'Nice to meet you!'
end
 
return p
return p

Navigation menu