[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua, LuaJIT2 and differences with the length operator
- From: Dirk Laurie <dpl@...>
- Date: Tue, 4 Jan 2011 17:01:37 +0200
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
- References:
- Re: Lua, LuaJIT2 and differences with the length operator, Leo Razoumov
- Re: Lua, LuaJIT2 and differences with the length operator, Dirk Laurie
- Re: Lua, LuaJIT2 and differences with the length operator, Leo Razoumov
- Re: Lua, LuaJIT2 and differences with the length operator, Axel Kittenberger
- Re: Lua, LuaJIT2 and differences with the length operator, Leo Razoumov