Scilab 6.0.0
Scilab Help >> Scilab > Control flow > abort
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.