Updated Nimrod for C programmers (markdown)

This commit is contained in:
Audun Wilhelmsen 2014-05-04 12:26:16 -07:00
parent 720e7a26bf
commit 319174259d
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ echo "byte ", $int(a),
<pre>
9 % 8 // 1
-9 % 8 // -1
(unsigned)(-9) % (unsigned)(8) // 7
(unsigned)(-9) %
(unsigned)(8) // 7
</pre>
</td>
<td>