So basically break; is simiar to "else"?
It worries me how long it has been since I have programmed and all these "quirks" I used to read around and now can't.
So what is the difference between swtich{ }
and
if( )
{
}
?
Is it just layout, or again: am I missing something?