Module:Sandbox/JJPMaster/test

Revision as of 15:58, 14 March 2021 by imported>JJPMaster
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {}

function p.main( frame ) 
    return "Hey look ma, I can program in Lua!" 
end

function p.unmain( frame ) 
    return "Hello mother, please look at how I now have the ability to use the scripting language known as Lua!" 
end

return p