> 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 : ...; } ```
open an issue we can discuss about it there :D