Andrew Kelley 698829b772 change while syntax
Old:

```
while (condition; expression) {}
```

New:

```
while (condition) : (expression) {}
```

This is in preparation to allow nullable and
error union types as the condition. See #357
2017-05-03 18:12:07 -04:00
..
2017-05-03 18:12:07 -04:00
2017-05-03 18:12:07 -04:00
2017-05-03 18:12:07 -04:00
2017-05-03 18:12:07 -04:00
2017-05-03 18:12:07 -04:00
2017-04-24 12:14:45 -04:00
2017-05-03 18:12:07 -04:00
2017-05-03 18:12:07 -04:00
2017-05-03 14:28:06 -04:00
2017-05-03 18:12:07 -04:00
2017-05-03 18:12:07 -04:00
2016-07-28 20:14:57 -07:00
2017-05-03 18:12:07 -04:00
2017-03-16 16:02:35 -04:00