6

No bug:

while (work.isAt()) { if (work.isDone()) break; else continue; work.doMore(); }

Comments
Add Comment