Updated Nim for C programmers (markdown)

This commit is contained in:
Dennis Felsing 2015-02-03 09:15:01 +01:00
parent dea7a09bd1
commit b416201810
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ echo "byte ", $int(a),
"\nA" & $a & "B"
</pre>
</td>
<td><b>Newlines and chars</b>. In nimrod you can't use ``\n`` as a character literal, because on the Windows platform it expands to CR+LR. So you need to specify which char to use.</i>
<td><b>Newlines and chars</b>. In nim you can't use ``\n`` as a character literal, because on the Windows platform it expands to CR+LR. So you need to specify which char to use.</i>
</td>
</tr>