elseif
keyword in if-then-else
Description
If there is more than one condition then keyword elseif is useful.
If there is more than one elseif then the first true condition
is selected (even other also are true).
Examples
History
| Version | Description |
| 6.0.0 |
|
| Report an issue | ||
| << else | Control flow | end >> |