Definition
break_stm : break ;
Purpose
A break_stm exits a loop or a switch_stm.
Semantics
The statement must occur inside a switch_stm, do_stm, while_stm, or a for_stm.
break_stm : break ;
A break_stm exits a loop or a switch_stm.
The statement must occur inside a switch_stm, do_stm, while_stm, or a for_stm.