magpie
magpie copied to clipboard
Could Break to Label?
Use case description:
MAIN: for (i=0;...) {
for (j=0;....) {
if (....) {
break MAIN
}
}
}
No.