[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Try-catch and try-finally
- From: Jonne Ransijn <yoyoyonny@...>
- Date: Mon, 30 May 2016 23:15:22 +0200
It should error upstream:
try(=> try(=> error "..."):catch(=> error "CATCH THIS!"))
:catch(=> print "Gotcha!")
With
=> expr
as
function()
return expr
end