Scilab 6.0.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
elseif
if-then-elseのキーワード
説明
条件が複数ある場合,キーワードelseif
が便利です.
複数のelseifがある場合,
最初にtrue条件となったものが選択されます(他のものがtrueの場合でも).
例
| Report an issue | ||
| << else | Control flow | end >> |