diff options
author | Araq <rumpf_a@web.de> | 2013-06-09 23:29:43 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-09 23:29:43 +0200 |
commit | 23ef565a3c2c1f83816fefbeadb0fc59e754997d (patch) | |
tree | 7a2adeeb6f3215c35ff0b7fdeeee6f9907308931 /web/news.txt | |
parent | 2aaa8f7909e51eb3d971e197f152e247c64362e9 (diff) | |
download | Nim-23ef565a3c2c1f83816fefbeadb0fc59e754997d.tar.gz |
implemented large parts of the 'not nil' checking
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 4f932bc05..f5737ffa3 100644 --- a/web/news.txt +++ b/web/news.txt @@ -36,7 +36,7 @@ Language Additions - Arrays can now be declared with a single integer literal ``N`` instead of a range; the range is then ``0..N-1``. - +- Added ``requiresInit`` pragma to enforce explicit initialization. 2013-05-20 New website design! |