Updated Nimrod for C programmers (markdown)

This commit is contained in:
Audun Wilhelmsen 2013-12-19 03:13:10 -08:00
parent c51c711a43
commit a75aec0dde
1 changed files with 1 additions and 1 deletions

View File

@ -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>