RosettaCodeData/Task/Exceptions/Lasso/exceptions.lasso

7 lines
89 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
protect => {
handle_error => {
// do something else
}
fail(-1,'Oops')
}