mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-26 05:01:52 +00:00
Type declaration parsing; Future feature references
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
while (1) {
|
||||
;
|
||||
}
|
||||
while (true) {
|
||||
while (false) {
|
||||
;
|
||||
}
|
||||
while ("str") {
|
||||
;
|
||||
}
|
||||
while (1);
|
||||
|
Reference in New Issue
Block a user