1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-05 20:02:15 +00:00

6 lines
44 B
TypeScript

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