lua-users home
lua-l archive

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


> The following absolutely correct and innocuous program gets aborted:
> tostring = nil
> return nil

It works now without raising an error.
I've added these lines to demo.lua:

	local tostring=tostring
	local collectgarbage=collectgarbage