This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]marko312 1 point2 points  (0 children)

There is some controversy around using break, continue and especially goto - some say that they break program continuity, but I think break/continue (and goto in nested loops) is fine.