6.8.6 Jump statements
Syntax
jump-statement:
goto identifier ;
continue ;
break ;
return expressionopt ;
Semantics
A jump statement causes an unconditional jump to another place.
Syntax
jump-statement:
goto identifier ;
continue ;
break ;
return expressionopt ;
Semantics
A jump statement causes an unconditional jump to another place.