lua-users home
lua-l archive

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


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