summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-11 18:17:39 +0200
committerAraq <rumpf_a@web.de>2012-07-11 18:17:39 +0200
commitb4a9aca2d391f5baa4293444135a98a816ebc043 (patch)
treeba44c9fb27cd909d18b63bb340ab79411cb62012 /web/news.txt
parent6074a9c129677cd7846309d02479d7bea684672f (diff)
downloadNim-b4a9aca2d391f5baa4293444135a98a816ebc043.tar.gz
';' now valid for parameter lists
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 5529a9e33..9a46a9f04 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -128,6 +128,8 @@ Language Additions
 - Unsigned integer types have been added.
 - The integer promotion rules changed.
 - Nimrod now tracks proper intervals for ``range`` over some built-in operators.
+- In parameter lists a semicolon instead of a comma can be used to improve 
+  readability: ``proc divmod(a, b: int; resA, resB: var int)``.
 
 
 2012-02-09 Version 0.8.14 released