lua-users home
lua-l archive

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


>> Powerful heterogeneous tables that store values of any type (except nil) and can be indexed by values of any type (except nil): [1, 2, 5, foo = "bar", [func] = "something", ["some spaces"] = value()].
> That's not a table constructor...

Indeed; fixed. Thank you.

Paul.