lua-users home
lua-l archive

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


> It's fixed now.

Except that now the program below has the problem again:
	a=setmetatable({}, {__gc = function() print("Hello") end})

Fixing this might require surgery in the CGI script.