RosettaCodeData/Task/Exceptions/Lasso/exceptions.lasso

7 lines
89 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
protect => {
handle_error => {
// do something else
}
fail(-1,'Oops')
}