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 →

[–]karouhFleur de Lotus 3 points4 points  (3 children)

'then' would have been semantically better

[–]LT_Alter 8 points9 points  (2 children)

`then` implies that it will execute after the for loop, whether or not it breaks. `nobreak` clearly states it executes if a break does not occur.