summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-11-28 02:43:41 +0100
committerAraq <rumpf_a@web.de>2014-11-28 02:43:41 +0100
commit105a0616a9da7c9c85adfa488a1db42eb17daafb (patch)
tree06142dcf57ce1fdfc5adcc5d389a3146dd9c228b /web
parentd456b882b16c44d7862682fd5e898868d5171ac5 (diff)
downloadNim-105a0616a9da7c9c85adfa488a1db42eb17daafb.tar.gz
implemented procCall builtin
Diffstat (limited to 'web')
-rw-r--r--web/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 0c3cedf35..fd9ac77c2 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -36,6 +36,8 @@ News
     lock levels and object field ``guards``.
   - The ``parallel`` statement has been implemented.
   - ``deepCopy`` has been added to the language.
+  - The builtin ``procCall`` can be used to get ``super``-like functionality
+    for multi methods.
 
 
   Compiler Additions