mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
11 lines
73 B
TypeScript
11 lines
73 B
TypeScript
while (1) {
|
|
;
|
|
}
|
|
while (false) {
|
|
;
|
|
}
|
|
while ("str") {
|
|
;
|
|
}
|
|
while (1);
|