Definition
continue_stm : continue ;
Purpose
A continue_stm skips to the next loop cycle.
Semantics
The statement must occur inside a do_stm, while_stm, or a for_stm.
continue_stm : continue ;
A continue_stm skips to the next loop cycle.
The statement must occur inside a do_stm, while_stm, or a for_stm.