diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-08 20:11:28 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-04-08 20:11:28 +0100 |
commit | 13a5ecda320ada29f19432df805dfc4538f8e103 (patch) | |
tree | 9605579afd254e40e27e64bf0f1bae0be6de5a16 /web | |
parent | ea505f36131f7dc809be49d24bd0187d856c40e7 (diff) | |
download | Nim-13a5ecda320ada29f19432df805dfc4538f8e103.tar.gz |
Updated news.txt.
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 0b28c29bf..8730b631e 100644 --- a/web/news.txt +++ b/web/news.txt @@ -114,6 +114,8 @@ News - Array and seq indexing can now use the builtin ``^`` operator to access things from backwards: ``a[^1]`` is like Python's ``a[-1]``. + - A single underscore can now be used to discard values when unpacking tuples. + Library additions ----------------- |