English
Language : 

CC78K0S Datasheet, PDF (114/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 6 CONTROL STRUCTURES OF C LANGUAGE
6.1 Labeled Statements
A labeled statement specifies the destination of a switch or goto statement. The switch statement selects the
statement specified by a control expression from among statements with two or more options. The labeled statement
becomes the label of the statement to be executed by the switch statement. The goto statement causes
unconditional branching to the applicable label from the normal flow of processing.
The syntax of labeled statements is given below.
114
User’s Manual U14872EJ1V0UM