This Instruction can be used only in conjunction with the _if block whose it identifies the alternative.
Syntax |
_else |
---|---|
Validity |
Rule, Task |
Note |
Just as is the case with the _if instruction, _else it conditions only the next line. In case the user enters a second instruction in the branch it will always be executed (even if the _else condition is false)! This Instruction should never be followed by: _if, _else, if, do, for, select, while, __main_loop__ |
|