>>8
Actually, I find breaks more elegant than if(){if(){if(){ and 500 chars wide code. I think break (common), continue (rarely necessary), and goto (extreme situations like several nexted loops) are all acceptable, as long as you Don't Suck™, i.e. everything good if not misused.