Module:Tt: Difference between revisions

From Guild of Archivists
No edit summary
 
m (1 revision imported)
 

Latest revision as of 07:26, 30 October 2015

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

myTable = {"i", "got", tired, 4}

local p ={}
function p.help()

    return myTable[4];
end

return p;