lua-users home
lua-l archive

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


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.