abort
interrupt evaluation.
Description
abort
interrupts current evaluation and gives the prompt. Within
a pause
level abort
return to level 0 prompt.
Examples
a=2 b=3 abort // The execution will stop here. c=4 // c will not be defined
See also
Report an issue | ||
<< Control flow | Control flow | break >> |