mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
6 lines
45 B
TypeScript
6 lines
45 B
TypeScript
do {
|
|
;
|
|
} while (a != b);
|
|
|
|
do b; while (a);
|