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