lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Jun 25, 2016, at 3:15 PM, Philipp Janda <siffiejoe@gmx.net> wrote:

Of course there are all sorts of issues; if an array has length 4 what
does t[5] = 10 do? Should table.insert() automatically lengthen an array
when appending?

Not just when appending.

Agreed, as I noted elsewhere. My point isn’t that there would be issues, my point is that I suspect the issues would be less confusing than the current state of affairs.

—Tim