diff options
author | Araq <rumpf_a@web.de> | 2011-06-19 17:45:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-19 17:45:33 +0200 |
commit | 8b6f9ef5e8c1203ab7d84a727523723c068475ed (patch) | |
tree | 8b4d04f7a14b25274ded06bdd4ffc7749335aa81 /web/news.txt | |
parent | 54021471e40d2cc2ff8f178192ba83873e7f43e0 (diff) | |
download | Nim-8b6f9ef5e8c1203ab7d84a727523723c068475ed.tar.gz |
case branches support constant sets for convenience
Diffstat (limited to 'web/news.txt')
-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 adc8213f1..a0825e0cb 100755 --- a/web/news.txt +++ b/web/news.txt @@ -96,6 +96,8 @@ Additions - Added ``system.raiseHook``. - Added ``system.writeFile ``. - ``system.echo`` is guaranteed to be thread-safe. +- Case statement branches support constant sets for programming convenience. + 2010-10-20 Version 0.8.10 released |