|
CheckAbort
CheckAbort[expr, failexpr] evaluates expr, returning failexpr if an abort occurs.
CheckAbort absorbs any aborts it handles, and does not propagate them further.
CheckAbort works inside AbortProtect.
CheckAbort has attribute HoldAll.
See Section 2.6.14.
See also: Catch, Check.
New in Version 2.
Further Examples
|