Quero pular do meio de uma switchinstrução para a instrução de loop no seguinte código: while (something = get_something()) { switch (something) { case A: case B: break; default: // get another something and try again continue; } // do something for a handled something...