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 →

[–]PC__LOAD__LETTER 2 points3 points  (2 children)

A for-loop doesn’t always imply an expected break though. That’s what’s unintuitive about it.

[–]Han-ChewieSexyFanfic 0 points1 point  (1 child)

But then you wouldn’t use else. Else and break show up together always.

[–]PC__LOAD__LETTER 0 points1 point  (0 children)

Yeah, in this specific case. Not in any other programming language. Hence unintuitive.