+++
title = "Extra Syntax"
description = ""
date = 2018-08-14
```mylang
for (int i = 0; ; i++ ) {
if (i < 10)
}
```
```c