6 lines
44 B
TypeScript

do {
;
} while (a != b);
do b;
while (a);