Difference between revisions of "Module:Test1"

From LIMSWiki
Jump to navigationJump to search
(Created page with "local p = {} function p.hello( frame ) return "Hello, world!" end return p")
 
(No difference)

Latest revision as of 21:40, 30 October 2013

local p = {}

function p.hello( frame )

   return "Hello, world!"

end

return p