lua-users home
lua-l archive

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


On Mon, Feb 20, 2012 at 1:03 PM, Ross Bencina
<rossb-lists@audiomulch.com> wrote:
> Otherwise I shall mount a campaign for behavioral clarity and the separation
> of insert() and append() -- as would be normal in the rest of my world ;)

To be clear, I totally agree with you - the overload _is_ confusing.

I just got into the habit of saying 'local append = table.insert' at
the top of every Lua file ;)

steve d.