Updated Nimrod for C programmers (markdown)
This commit is contained in:
parent
720e7a26bf
commit
319174259d
|
@ -194,7 +194,8 @@ echo "byte ", $int(a),
|
||||||
<pre>
|
<pre>
|
||||||
9 % 8 // 1
|
9 % 8 // 1
|
||||||
-9 % 8 // -1
|
-9 % 8 // -1
|
||||||
(unsigned)(-9) % (unsigned)(8) // 7
|
(unsigned)(-9) %
|
||||||
|
(unsigned)(8) // 7
|
||||||
</pre>
|
</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in New Issue