Module:Sandbox/Raph Williams65/Test/Table

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
t = {}
function t.main( frame )
t["foo"] = "foo"
t.bar = "bar"
t[1] = "one"
t[2] = "two"
t[3] = "three"
t[4] = "four"
t[5] = "five"
t[true] = "yes"
t[tonumber] = "tonumber"
end

return t