lua-users home
lua-l archive

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


> Is there a way to write this constructor, so that a.two.b is set to
> a.one instead of nil?  Or do I have to fixup the table after construction?

You have to fix up the table after construction.