diff options
author | Araq <rumpf_a@web.de> | 2013-06-04 01:11:55 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-04 01:11:55 +0200 |
commit | b487ebaaba9711fe27d4cb213c0ad16001464f88 (patch) | |
tree | de711c386578dc256f363501f4c670d62a35b870 /web/news.txt | |
parent | b767f34b6b57fe8dfc5777b8f06a24eb0ba35391 (diff) | |
download | Nim-b487ebaaba9711fe27d4cb213c0ad16001464f88.tar.gz |
new scoping rules for 'if' now active
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 5d79d8271..f133968c2 100644 --- a/web/news.txt +++ b/web/news.txt @@ -18,6 +18,10 @@ Library Additions Changes affecting backwards compatibility ----------------------------------------- +- The scoping rules for the ``if`` statement changed for better interaction + with the new syntactic construct ``(;)``. + + Compiler Additions ------------------ |