switch (val) while (cond) { case 42: /* wee: if val is 42, we go straight here */ break; /* this belongs to the while! */ }
if (...) { } else switch (val) for(;;) { }