lua-users home
lua-l archive

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


On Sun, Jul 23, 2017 at 1:25 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> 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



Probably, you have forgotten about "select" :-)
Try this program:

select = nil