diff options
author | Araq <rumpf_a@web.de> | 2011-09-24 00:46:41 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-09-24 00:46:41 +0200 |
commit | 6023e994fbc949c77abbbe4ffae761ca982732db (patch) | |
tree | 1a2173755edc026cdbae89c7f5ca0bdfdc83a138 /web/news.txt | |
parent | 2359b8b1073cfd027ac14a147aba06cc18d61010 (diff) | |
download | Nim-6023e994fbc949c77abbbe4ffae761ca982732db.tar.gz |
beginning of a taint mode; type system enhancements
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index bd2d970d2..462133d24 100755 --- a/web/news.txt +++ b/web/news.txt @@ -45,6 +45,8 @@ Language Additions - The built-in type ``void`` can be used to denote the absense of any type. This is useful in generic code. - Return types may be of the type ``var T`` to return an l-value. +- The error pragma can now be used to mark symbols whose *usage* should trigger + a compile-time error. Compiler Additions |