riff
riff copied to clipboard
Designators in table constructors
E.g.
t = {
[101] = 1,
2, // Index 102
foo = bar // t.foo or t["foo"]
}