[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Nested table constructor with reference to other children
- From: Patrick Rapin <toupie300@...>
- Date: Sun, 30 Oct 2011 15:56:38 +0100
> 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.