Difference between revisions of "Module:test"

From Shadow Era Wiki

(Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
 
(No difference)

Latest revision as of 07:53, 1 July 2014

local p = {} function p.hello(frame)

   return 'Hello'

end return p