From 7877342a2fc3802d7751df9947cf5638532165ff Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 7 Dec 2013 07:41:42 -0800 Subject: [PATCH] Updated Unofficial FAQ (textile) --- Unofficial-FAQ.textile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Unofficial-FAQ.textile b/Unofficial-FAQ.textile index 51ff2fd..85dab50 100644 --- a/Unofficial-FAQ.textile +++ b/Unofficial-FAQ.textile @@ -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. \ No newline at end of file +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/ \ No newline at end of file