lua-users home
lua-l archive

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


> Why we need extra functionality if it could be done with existing one?
> 
> [...]
>     local f=auto(io.close){ io.open "foobar" } -- will be closed

It won't, if the table creation raises a memory error.

-- Roberto