> 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