lua-users home
lua-l archive

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


on 7/10/03 10:47 AM, Wim Couwenberg at w.couwenberg@chello.nl wrote:

> -- table.foreach can't be tricked however...
> table.foreach(y, print)

Note that the problems iterating proxy tables are also an issue for the
lazy-copy approach to copying tables.

Mark