[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table deep copy in C/CPP
- From: Philippe Lhoste <PhiLho@...>
- Date: Wed, 17 Mar 2010 16:53:47 +0100
On 17/03/2010 16:39, Mariusz Stanisz wrote:
What do you guys mean by "handle tables as keys" and "shared tables" .
local t = { 1, 2, 3 } -- shared table
local ct =
{
a = t,
b =
{
c = "a",
d = t
},
[t] = "Table as key"
}
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --