RosettaCodeData/Task/Exceptions/Lasso/exceptions.lasso
2023-07-01 13:44:08 -04:00

6 lines
89 B
Text

protect => {
handle_error => {
// do something else
}
fail(-1,'Oops')
}