diff options
author | Araq <rumpf_a@web.de> | 2014-11-28 02:43:41 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-11-28 02:43:41 +0100 |
commit | 105a0616a9da7c9c85adfa488a1db42eb17daafb (patch) | |
tree | 06142dcf57ce1fdfc5adcc5d389a3146dd9c228b /web | |
parent | d456b882b16c44d7862682fd5e898868d5171ac5 (diff) | |
download | Nim-105a0616a9da7c9c85adfa488a1db42eb17daafb.tar.gz |
implemented procCall builtin
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
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 |