Replies: 3 comments
|
also e.g. "break all" instead of just "break" would be nice. |
0 replies
|
Appreciate the suggestion! The nested-loop case is rare enough that a flag variable or extracting the inner loops into a function (and using return) handles it cleanly. I'll keep this in mind if it gets upvoted, of course, so let's keep the discussion alive. |
0 replies
|
You are right, it is rare and easy to handle as you suggested. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I always miss this in the languages I use:
All reactions