diff options
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 |