This Instruction can be used as an alternative to the loop: or goto loop instruction to identify the main block of an R3 program.
Syntax |
end_main_loop |
---|---|
Validity |
Task |
Note |
If break present, no code is executed until end_main_loop. The behavior of the __main_loop__ / end_main_loop instructions are analogous to the while / end_while construct with condition always true |
Example usage:
|