CheckAbort
evaluates
expr
, and returns the result, unlessAbort
was called during the evaluation, in which casefailure-expr
will be returned.
Examples
Implementation status
- ☑ - partially implemented
evaluates
expr
, and returns the result, unlessAbort
was called during the evaluation, in which casefailure-expr
will be returned.