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