[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Yet another proposal for <toclose> (was Re: [ANN] Lua 5.4.0 (alpha) now available)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 28 Jun 2019 11:47:36 -0300
> 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