summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-01 00:21:16 +0200
committerAraq <rumpf_a@web.de>2011-08-01 00:21:16 +0200
commitdd99fe61c02c79a42965cb0c24f2e8e24eec3886 (patch)
tree6e6573c36d216c3a557440f1e1103bded48c590e /web/news.txt
parent3e806a374a1b42246e947965677c4a1520f3db57 (diff)
downloadNim-dd99fe61c02c79a42965cb0c24f2e8e24eec3886.tar.gz
documentation for 'var T' as return type
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index b6776bbb2..d899c52cc 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -41,6 +41,7 @@ Language Additions
 - Added new ``is`` and ``of`` operators.
 - The built-in type ``void`` can be used to denote the absense of any type.
   This is only needed in generic contexts.
+- Return types may be of the type ``var T`` to return an l-value.
 
 
 Compiler Additions