English
Language : 

CC78K4 Datasheet, PDF (120/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 6 CONTROL STRUCTURES OF C LANGUAGE
6.6 Branch Statements
A branch statement is used to exit from the current control flow and transfer control to elsewhere in the program.
Branch statements include the following four statements.
• goto statement
• continue statement
• break statement
• return statement
The control flow of each type of branch statement is shown in Figure 6-3.
Figure 6-3. Control Flows of Branch Statements
continue
break
Loop
Loop
continue
break
120
User’s Manual U15556EJ1V0UM