while (EXPR) { } continue { STMTS; } #### for(INIT;EXPR;INCR) { STMTS; } #### { INIT; while (EXPR) { STMTS; } continue { INCR; } }