lua-users home
lua-l archive

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


On 19/08/2011 0.39, HyperHacker wrote:


I meant doing it outside the table constructor, e.g.:
t = {}
t.a, t.b, t.c = rep(3, true)

Ok! Sorry for the misunderstanding.