Scilab 5.5.1
Please note that the recommended version of Scilab is 6.0.2. 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
Comments
Add a comment:
Please login to comment this page.