Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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 >> |