[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (alpha-rc2) now available
- From: Sean Conner <sean@...>
- Date: Wed, 12 Jun 2019 13:00:43 -0400
It was thus said that the Great Roberto Ierusalimschy once stated:
> > Right now, my only complain with the <toclose> is the term "close" that I
> > found a bit vague and over-loaded (conceptually).
>
> Suggestions are welcome.
How about <cleanup>?
do
local <cleanup> file = io.open("foobar.txt")
-- ...
end
-spc