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;