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
exit
カレントのScilab セッションを終了する
呼び出し手順
exit exit(n)
説明
カレントのScilab セッションを終了します.
- n
exit ステータスは指定された場合 n になります. それ以外の場合, その値は 0 となります.
例
exit i = 4; exit(i);
参照
Report an issue | ||
<< Variables | Scilab | quit >> |