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