Updated Unofficial FAQ (textile)

This commit is contained in:
Dominik Picheta 2013-12-07 07:41:42 -08:00
parent 07e98aaed0
commit 7877342a2f
1 changed files with 5 additions and 1 deletions

View File

@ -33,4 +33,8 @@ h1. Why is it case/style insensitive?
h1. Where can I find code examples?
You can find examples in the "examples/":https://github.com/Araq/Nimrod/tree/master/examples directory. There are also many other examples available on "Rosetta Code":http://rosettacode.org/wiki/Nimrod.
You can find examples in the "examples/":https://github.com/Araq/Nimrod/tree/master/examples directory. There are also many other examples available on "Rosetta Code":http://rosettacode.org/wiki/Nimrod.
h1. Why are unsigned types discouraged?
http://critical.eschertech.com/2010/04/07/danger-unsigned-types-used-here/