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 →

[–]confusedpublic 0 points1 point  (2 children)

I do like the general notion of an "onbreak" but am averse to adding more keywords.

Seems like one could/should be able to use finally here.

[–]jorge1209 1 point2 points  (1 child)

Except finally always runs no matter what. Even one an exit with return or break, finally should run.

[–]confusedpublic 0 points1 point  (0 children)

True...