diff options
author | Araq <rumpf_a@web.de> | 2011-09-24 19:18:08 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-09-24 19:18:08 +0200 |
commit | 485c371942cbbb1f9a10c64b6fcc699e59511460 (patch) | |
tree | 06afc132570838dd1b64c70b79d64f8fff3509b6 /web/news.txt | |
parent | 72ceda98cbbef896c31102a2c90d5f9fe1033d03 (diff) | |
download | Nim-485c371942cbbb1f9a10c64b6fcc699e59511460.tar.gz |
renamed optional to discardable
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt index a531f0334..7fdfd5628 100755 --- a/web/news.txt +++ b/web/news.txt @@ -47,8 +47,8 @@ Language Additions - Return types may be of the type ``var T`` to return an l-value. - The error pragma can now be used to mark symbols whose *usage* should trigger a compile-time error. -- There is a new ``optional`` pragma that can be used to mark a routine so that - its result can be discarded implicitely. +- There is a new ``discardable`` pragma that can be used to mark a routine + so that its result can be discarded implicitely. Compiler Additions |