Navigation: Functions/instructions > Instructions
Start of a group of alternative choice instructions in the if - else - endif construct.
Syntax
else
Validity
Rule, Task
Note
Example usage:
; if the contents of the real register rr(2) is equal to zero.
if (rr(2) = 0)
; then the content of the real register rr(1) is multiplied by 2
rr(1 ) =rr(1) * 2
; otherwise the contents of the real register rr(1) is divided by 2
rr(1) = rr(1) / 2
; end of if_else_endif construct.
endif
F7 for caret browsing Hold ALT and press letter