diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-10-01 23:48:37 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-10-03 01:59:49 +0300 |
commit | 770d4a997eab25a04cdfd83b325491a2e63bea08 (patch) | |
tree | 54f7302645b240942ed43428586489d7df36377c /web | |
parent | 92f70b08f9c4d6108f61f37c29c1b001c6173a19 (diff) | |
download | Nim-770d4a997eab25a04cdfd83b325491a2e63bea08.tar.gz |
implemented case expressions
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index d063c3974..a3ba80072 100755 --- a/web/news.txt +++ b/web/news.txt @@ -30,7 +30,9 @@ Compiler Additions Language Additions ------------------ +- ``case expressions`` are now supported. - table constructors now mimic more closely the syntax of case... of... +- Nimrod can now infer the return type of a proc from its body 2012-09-23 Version 0.9.0 released |