Scilab 6.1.0
Please note that the recommended version of Scilab is 2026.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 >> |