Updated Nimrod for C programmers (markdown)

This commit is contained in:
Audun Wilhelmsen 2014-05-04 12:28:05 -07:00
parent a89927ef02
commit 40e7e304b4
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ int x = foobar() ? 42 : 0;
</td>
<td>
<pre>
var x = if foobar(): 42 else: 0
var x = if foobar(): 42
else: 0
</pre>
</td>
<td>