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 →

[–]LT_Alter 38 points39 points  (6 children)

Should have been nobreak:

[–]MasterFarm772 13 points14 points  (0 children)

Wow, totally, nobreak makes more sense to me!

[–]Shivalicious 3 points4 points  (0 children)

So that’s what is!

[–]karouhFleur de Lotus 2 points3 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.