3.6 Program flow control

Normally, statements are executed in sequence. However, you can move control to another statement by using the statements explained in this section.

Organization of this section
3.6.1 goto
3.6.2 Label
3.6.3 if-else-endif
3.6.4 while-loop
3.6.5 do-while
3.6.6 for-next
3.6.7 continue
3.6.8 break
3.6.9 switch-endswitch