|
On 17/03/2010 16:39, Mariusz Stanisz wrote:local t = { 1, 2, 3 } -- shared table
What do you guys mean by "handle tables as keys" and "shared tables" .
local ct =
{
a = t,
b =
{
c = "a",
d = t
},
[t] = "Table as key"
}
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --