Scilab-Branch-6.1-GIT
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
評価を中断する.
説明
abort
は現在の評価を中断し,
プロンプトを表示します.
pause
レベルの中の場合,
abort
はレベル0プロンプトに戻します.
例
a=2 b=3 abort // 実行はここで停止します. c=4 // c は定義されません
参照
Report an issue | ||
<< Control flow | Control flow | break >> |