lua-users home
lua-l archive

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


On 16-06-20 03:43 AM, Egor Skriptunoff wrote:
> On Mon, Jun 20, 2016 at 3:20 AM, Martin <eden_martin_fuhrspam@gmx.de
> <mailto:eden_martin_fuhrspam@gmx.de>> wrote:
> 
>     For example why in v5.3 still present table.pack(...) when we could use
>     "{...}"? Moreover it sets ".n" field which usefulness is doubtful
>     for me.
> 
> How could you distinguish between two nils and three nils without "n" field?

You're right. I forgot this case.