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