С
Size: a a a
С
DF
B
С
DF
DF
BV
DF
DF
BV
B
B
int count;
do {
count = repository.archiveOldDeliveries(countPerBatch, now);
} while (count > 0);
NL
int count;
do {
count = repository.archiveOldDeliveries(countPerBatch, now);
} while (count > 0);
DF
B
while {
let x = foo();
bar(x);
x != 0
} {}
B
NL
NL
B
int x;
while (
x = foo(),
bar(x),
x != 0
) {}