Module:Test: Difference between revisions

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

Latest revision as of 19:06, 8 January 2017

Documentation for this module may be created at Module:Test/doc

local p = {}
function p.hello(frame)
    return 'Hello'
end
return p