I want to jump from the middle of a switch statement, to the loop statement in the following code:
switch
while (something = get_something()) { swi
Yes, it's OK - it's just like using it in an if statement. Of course, you can't use a break to break out of a loop from inside a switch.
if
break