Scilab 6.1.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の場合でも).
例
履歴
| Version | Description | 
| 6.0.0 | elseifis now protected:
                  Assignments likeelseif=1are no longer possible. | 
| Report an issue | ||
| << else | Control flow | end >> |