[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Try-catch and try-finally
- From: Rob Kendrick <rjek@...>
- Date: Tue, 31 May 2016 08:51:08 +0100
On Mon, May 30, 2016 at 04:47:25PM -0300, Alysson Cunha wrote:
> What about "try-catch" and "try-finally" statements? What Lua programmers
> think of these statements and what are the chances of the language having
> these features?
That's why we have pcall. You can even fake up nicer syntax using token
filters, if my memory of the Lua Workshop a decade ago is accurate.
B.