18 May
2011
18 May
'11
1:04 p.m.
Hello, Here a test file "test.cld" to show the problem: local t = {bla = "blub"} -- no problem: print(table.serialize(t)) -- error: l-table.lua:565: unable to dump given function: print(table.serialize(environment)) context.bye() -- Peter