6 lines
45 B
TypeScript
Raw Normal View History

2017-11-29 00:18:14 +01:00
do {
;
} while (a != b);
do b; while (a);