6 lines
45 B
TypeScript

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