Replies: 2 comments
-
Already tracked by #3780 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is already being tracked in #3780. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you use the
break
keyword, it currently only breaks out of the innermost loop it is used in. It would be useful if there was a way to be able to break out of more deeply nested loops. Some languages use a label syntax to do this. Maybe something like:Beta Was this translation helpful? Give feedback.
All reactions