Updated Nimrod for C programmers (markdown)
This commit is contained in:
parent
c51c711a43
commit
a75aec0dde
|
@ -44,7 +44,7 @@ Note: Code examples are not exactly one-to-one, there may be subtle differences
|
|||
-9 %% 8 # 7
|
||||
```
|
||||
</td>
|
||||
<td><b>Modulo operator</b>. <i>%% treats its argument as unsigned numbers</i></i>
|
||||
<td><b>Modulo operator</b>. <i>%% treats its argument as unsigned numbers. <a href="http://nimrod-lang.org/manual.html#pre-defined-integer-types">See</a></i></i>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue