RosettaCodeData/Task/Exceptions/Lasso/exceptions.lasso
2016-12-05 23:44:36 +01:00

6 lines
89 B
Text

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