6 lines
71 B
Java
Vendored
6 lines
71 B
Java
Vendored
//method
|
|
void foo() {
|
|
for(;;) {
|
|
if (!stop()) break;
|
|
}
|
|
} |