Re: Lua 5.4.0-alpha-rc1 behavior with closing methods errors
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.4.0-alpha-rc1 behavior with closing methods errors
- From: phlnc8 <phlnc8@...>
- Date: Thu, 6 Jun 2019 18:24:11 +0000
On Thu, Jun 6, 2019 at 5:23 PM phlnc8 <phlnc8@gmail.com> wrote:
> What happens when closing methods error?
> ...
The first line of "test2()" in my previous message should not be commented out.
function test2()
local <toclose> x='XXX'-- closing should error
...
My bad.