Updated Nim for C programmers (markdown)
This commit is contained in:
parent
dea7a09bd1
commit
b416201810
|
@ -185,7 +185,7 @@ echo "byte ", $int(a),
|
||||||
"\nA" & $a & "B"
|
"\nA" & $a & "B"
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue