lua-users home
lua-l archive

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


On Wed, Jun 24, 2009 at 4:16 PM, Cosmin
Apreutesei<cosmin.apreutesei@gazolin.ro> > ... if you make #t break on
non-arrays, then t[#t+1] won't work
> anymore as a general appending pattern... or I didn't get your phrase.

Yes, I see. I suppose I was thinking of the case

t = {}
t[#t+1] = 1

steve d.