[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Try Lua!
- From: Mark Hamburg <mark@...>
- Date: Sun, 21 Jun 2009 08:59:52 -0700
Another approach is to output tables as < table: 0x3457394753 > { k1 =
v1, k2 = v2 } -- i.e., provide both the address and the dumped
contents. I would not use the address for anything other than the top
level.
Mark