lua-users home
lua-l archive

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


It should error upstream:

try(=> try(=> error "..."):catch(=> error "CATCH THIS!"))
:catch(=> print "Gotcha!")

With
=> expr
as
function()
    return expr
end