lua-users home
lua-l archive

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


2013/7/3 Thomas Jericke <tjericke@indel.ch>:

> To me it seems that a solution to arrays would solve the problem of the OP.
> And it would easy the handle with lists (arguments and results). Currently
> there is no standard first citizen type in Lua that can handle lists very
> well IMO.

My perception was based on the numerous references to SQL.

But let's hear Tim on this. Tim: would you be happy if tbl[15] could be
a real, tangible non-value but not tbl.optional?