riff icon indicating copy to clipboard operation
riff copied to clipboard

Designators in table constructors

Open darrylabbate opened this issue 2 years ago • 0 comments

E.g.

t = {
  [101] = 1,
  2,           // Index 102
  foo = bar    // t.foo or t["foo"]
}

darrylabbate avatar Nov 01 '22 02:11 darrylabbate