16 ms·
> 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
by thechao 1mo 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 1mo agoopen an issue we can discuss about it there :D