CheckAbort
CheckAbort(expr, failure-expr)evaluates
expr, and returns the result, unlessAbortwas called during the evaluation, in which casefailure-exprwill be returned.
Examples
>> CheckAbort(Abort(); -1, 41) + 142
>> CheckAbort(abc; -1, 41) + 10Implementation status
- ☑ - partially implemented