lua-users home
lua-l archive

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


On 17 April 2010 18:33, Arseny Vakhrushev <arseny.vakhrushev@gmail.com> wrote:
> Still no chances to hold cyclic references in tables correctly. It seems the thing will fail storing
> someting like 't':
>
> local t = {}
> table.insert(t, t)
>
> Be well,
> Seny

Thanks for the feedback, but I don't really understand the "cyclic
reference" thing.
How do you suggest I handle this issue?