stand-alone except and finally blocks

This is equivalent to the on-error and at-scope-exit operators in other languages
This commit is contained in:
Zahary Karadjov
2012-05-23 02:25:16 +03:00
parent e2221ab310
commit b1574bb0e0
4 changed files with 69 additions and 30 deletions

View File

@@ -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