summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-07-31 01:11:34 +0200
committerAraq <rumpf_a@web.de>2011-07-31 01:11:34 +0200
commit00da785f5dce911321f63230b7f87a7d143d2133 (patch)
tree5230cfc893dfd16b24ba33c093544f5806d270f0 /web/news.txt
parent05cffb9370d05e810f30925a0b925f71ba6c2422 (diff)
downloadNim-00da785f5dce911321f63230b7f87a7d143d2133.tar.gz
void type for generics
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 d919fc6cd..b6776bbb2 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -39,6 +39,8 @@ 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.
 
 
 Compiler Additions