logoalt Hacker News

thechaoyesterday at 4:08 PM1 replyview on HN

> 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 : ...; } ```


Replies

v0id_isgoodyesterday at 4:33 PM

open an issue we can discuss about it there :D