keyword in if-then-else
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).
| Version | Description |
| 6.0.0 | elseif is now protected:
Assignments like elseif=1 are no longer possible. |