Updated Nim for C programmers (markdown)

This commit is contained in:
Dominik Picheta 2018-03-06 21:50:16 +00:00
parent 2545ea5da0
commit 19ad1a86b3
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ Nim strongly discourages the use of unsigned integers, as it's considered unnece
*See: http://critical.eschertech.com/2010/04/07/danger-unsigned-types-used-here/
That said, unsigned integers are used and support for them has improved over the years. In most cases you should only use them for systems programming use cases though, not for general applications if you can help it.
### Object-Orientation