diff options
author | Araq <rumpf_a@web.de> | 2013-05-26 01:19:19 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-26 01:19:19 +0200 |
commit | ca02dfab4801930ba44d08fc655fcbc6e3b11a21 (patch) | |
tree | 820ac655a54a12c4881cf6def58ebd111d546a6c /web/news.txt | |
parent | da93b591e2b2dd6323c368d4586650711b5c0f3c (diff) | |
download | Nim-ca02dfab4801930ba44d08fc655fcbc6e3b11a21.tar.gz |
implements #397
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 0b707678e..5d79d8271 100644 --- a/web/news.txt +++ b/web/news.txt @@ -26,6 +26,9 @@ Compiler Additions Language Additions ------------------ +- Arrays can now be declared with a single integer literal ``N`` instead of a + range; the range is then ``0..N-1``. + 2013-05-20 New website design! |