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
Control flow
- abort — 評価を中断する.
- break — ループ中断を表すキーワード
- case — selectで使用されるキーワード
- continue — ループの次の反復に制御を移すキーワード
- do — ループ用の言語キーワード
- else — if-then-elseおよびselect-case-then-elseのキーワード
- elseif — if-then-elseのキーワード
- end — end キーワード
- for — ループ用の言語キーワード
- halt — 実行を停止
- if then else — 条件付き実行
- pause — は実行中の実行を一時的に一時停止し、コンソールでの指示を許可します
- resume — リターンまたは復帰実行およびローカル変数をコピー
- return — リターンまたは復旧し,ローカルな変数をコピー
- select — select キーワード
- then — 'if'および'select'のキーワード
- catch — try-catch 制御命令のcatchブロックを開始
- while — while キーワード
Report an issue | ||
<< Scilab keywords | Scilab | Configuration >> |