Difference between revisions of "Module:Sandbox"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
(Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
(No difference)

Revision as of 00:19, 2 June 2020

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

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