I'm not very familiar with either of these - I know how to use them, but I want to make sure that there aren't any bad side-effects from what I'm doing.
If I use continue to break out of a switch (that is contained in a for loop) its fine, right? I don't need to use break or anything.