Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Control flow
- abort — 評価を中断する.
- break — ループ中断を表すキーワード
- case — selectで使用されるキーワード
- continue — ループの次の反復に制御を移すキーワード
- do — ループ用の言語キーワード
- for — ループ用の言語キーワード
- if — 条件付き実行
- pause — 中断モード, キーボード入力を待つ
- resume — リターンまたは復帰実行およびローカル変数をコピー
- return — リターンまたは復旧し,ローカルな変数をコピー
- select — select キーワード
- then — if-then-elseのキーワード
- while — while キーワード
Report an issue | ||
<< Configuration | Scilab | Debugging >> |