diff options
author | Araq <rumpf_a@web.de> | 2011-08-01 07:56:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-01 07:56:10 +0200 |
commit | 00a4e19e8fe7e0cb02d77523989803591dd6d5cf (patch) | |
tree | e9d6b169795a11069ae6303814c2e481ccddfa75 /web/news.txt | |
parent | dd99fe61c02c79a42965cb0c24f2e8e24eec3886 (diff) | |
download | Nim-00a4e19e8fe7e0cb02d77523989803591dd6d5cf.tar.gz |
clean exit codes for all the tools
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index d899c52cc..7a58ee4c4 100755 --- a/web/news.txt +++ b/web/news.txt @@ -40,7 +40,7 @@ Language Additions - Added new ``is`` and ``of`` operators. - The built-in type ``void`` can be used to denote the absense of any type. - This is only needed in generic contexts. + This is useful in generic code. - Return types may be of the type ``var T`` to return an l-value. |