diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-05-23 02:25:16 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-05-23 02:25:16 +0300 |
commit | b1574bb0e00f0d2eeea610a79fb26e60f49f8aef (patch) | |
tree | e023d11c920e37b0f2808b0dcbf5bc0b941e646a /web/news.txt | |
parent | e2221ab3105852b53aa9c1090a4cc9be462f9a06 (diff) | |
download | Nim-b1574bb0e00f0d2eeea610a79fb26e60f49f8aef.tar.gz |
stand-alone except and finally blocks
This is equivalent to the on-error and at-scope-exit operators in other languages
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index e047cf1fc..d6f2acef2 100755 --- a/web/news.txt +++ b/web/news.txt @@ -97,6 +97,7 @@ Language Additions - ``when`` expressions are now allowed just like ``if`` expressions. - The precedence for operators starting with ``@`` is different now allowing for *sigil-like* operators. +- Stand-alone ``finally`` and ``except`` blocks are now supported. 2012-02-09 Version 0.8.14 released |