lua-users home
lua-l archive

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


> > P.S. Am I thinking that the table literal
> >
> >  { name = 'Ramsey', age = 47 }
> >
> > contains *four* constants that count against the limit?
> 
> Yes. luac will tell you the exact number of contents.

And you want "luac -l -l" for that.