diff options
author | Araq <rumpf_a@web.de> | 2011-08-01 00:21:16 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-01 00:21:16 +0200 |
commit | dd99fe61c02c79a42965cb0c24f2e8e24eec3886 (patch) | |
tree | 6e6573c36d216c3a557440f1e1103bded48c590e /web/news.txt | |
parent | 3e806a374a1b42246e947965677c4a1520f3db57 (diff) | |
download | Nim-dd99fe61c02c79a42965cb0c24f2e8e24eec3886.tar.gz |
documentation for 'var T' as return type
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
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 |