lua-users home
lua-l archive

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


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.