lua-users home
lua-l archive

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


On Tue, Jan 04, 2011 at 04:13:29PM +0200, Leo Razoumov wrote:
> 
> I was responding to a comment by Dirk who suggested to use
> table.insert to append to the end of an array.

May I quote my post?

| You, as programmer, make a conscious decision as to whether your
| arrays are allowed to contain holes.  If so, you don't rely on
| the default #, table.insert, table.remove.

The abbreviation "don't" stands for "do not".

Dirk