Datasheet
ITERATION STATEMENTS
Iteration statements let you loop a set of statements. There are three forms of iter-
ation statements in mikroPascal PRO for AVR:
- for
- while
- repeat
You can use the statements
break and continue to control the flow of a loop state-
ment. break terminates the statement in which it occurs, while continue begins exe-
cuting the next iteration of the sequence.
167
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroPASCAL PRO for AVR
CHAPTER 5