-
-
Notifications
You must be signed in to change notification settings - Fork 0
[feature] multi-level break #27
Copy link
Copy link
Open
Labels
analyzerThis issue is related to the analyzerThis issue is related to the analyzercompilerThis has to do with the bytecode compilerThis has to do with the bytecode compilerenhancementNew feature or requestNew feature or requestruntimeThis issue is related to the runtimeThis issue is related to the runtime
Metadata
Metadata
Assignees
Labels
analyzerThis issue is related to the analyzerThis issue is related to the analyzercompilerThis has to do with the bytecode compilerThis has to do with the bytecode compilerenhancementNew feature or requestNew feature or requestruntimeThis issue is related to the runtimeThis issue is related to the runtime
sometimes it so happens that I need to break out of multiple loops at once. for that, some languages have
break <n>, where n is the number of loops to break out of.