| ▲ | thechao 4 hours ago | |
> Wyzer supports standard if/else, while, and for loops. Note that loops don't need parentheses around the condition. But why!? You know what'd be cool? If we started supporting control statements that were a bit more sophisticated! ``` do { } while (c) { if (x) break foo; } else { case foo : ...; default : ...; } ``` | ||
| ▲ | v0id_isgood 3 hours ago | parent [-] | |
open an issue we can discuss about it there :D | ||