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
elseif
if-then-elseのキーワード
説明
条件が複数ある場合,キーワードelseif
が便利です.
複数のelseif
がある場合,
最初にtrue条件となったものが選択されます(他のものがtrueの場合でも).
例
履歴
バージョン | 記述 |
6.0.0 | elseif is now protected:
Assignments like elseif=1 are no longer possible. |
Report an issue | ||
<< else | Control flow | end >> |