im trying something like
labelx: foreach(...) {
foreach(..) {
continue labelx;
}
}
just curious, how is the scope of label name. i mean does labelx can be called
outside this function or not, so that i wont mess up in naming stuffs
im trying something like
labelx: foreach(...) {
foreach(..) {
continue labelx;
}
}
just curious, how is the scope of label name. i mean does labelx can be called
outside this function or not, so that i wont mess up in naming stuffs