5 lines
90 B
C#
5 lines
90 B
C#
for (i = 0; ...) {
|
|
for (j = 0; ...) {
|
|
if (condition_met) goto finish;
|
|
}
|
|
}
|