←
Catch
→
CompoundExpression
/
Reference of Built-in Symbols
/
Procedural Programming
/
CheckAbort
WMA link
CheckAbort
[
expr
,
failexpr
]
evaluates
expr
, returning
failexpr
if an abort occurs.
CheckAbort[Abort[]; 1, 2] + x
CheckAbort[1, 2] + x
←
Catch
→
CompoundExpression