S
nil".Size: a a a
S
nil".АС
nil".АС
S
S
arr.key = "foo"
print( arr['key'] ) --> fooS
АС
arr.key = "foo"
print( arr['key'] ) --> fooS
АС
S
local arr = {
{0, 0},
{0, 0},
key = "foo",
["weird key"] = "bar"
}АС
local arr = {
{0, 0},
{0, 0},
key = "foo",
["weird key"] = "bar"
}АС
local arr = {
{0, 0},
{0, 0},
key = "foo",
["weird key"] = "bar"
}S
S
АС
АС
АС
S
local key = "bla"
arr[key] = 12345АС
S