diff options
author | Araq <rumpf_a@web.de> | 2012-08-16 17:54:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-16 17:54:11 +0200 |
commit | e4c432387eb80817ed2557cfbd100be7fb0525e7 (patch) | |
tree | 29e53187e77f75d56d5aff334e17b9bba6db45b9 /web/news.txt | |
parent | d37fe6e0a5cc414c24dbff485ee656cc6f16eed8 (diff) | |
download | Nim-e4c432387eb80817ed2557cfbd100be7fb0525e7.tar.gz |
bycopy/byref for object/tuple types
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 91c47a3d1..e9e00a321 100755 --- a/web/news.txt +++ b/web/news.txt @@ -124,6 +124,8 @@ Compiler Additions of the compiler and can thus generate documentation for symbols hiding in macros. - The compiler now supports the ``dynlib`` pragma for variables. +- The compiler now supports ``bycopy`` and ``byref`` pragmas that affect how + objects/tuples are passed. Language Additions |