diff options
author | Araq <rumpf_a@web.de> | 2012-08-24 01:18:03 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-08-24 01:18:03 +0200 |
commit | c7ba6f5eb6f555ae650417c6f3bf9cdc0bad1427 (patch) | |
tree | e76ddea5dc65e48b16854fa69905f5618998acc1 /web/news.txt | |
parent | bdf3bee05510718581510cb78fa70ca183039d55 (diff) | |
download | Nim-c7ba6f5eb6f555ae650417c6f3bf9cdc0bad1427.tar.gz |
implemented 'bind' for macros
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index ac8b0585b..bbac003f1 100755 --- a/web/news.txt +++ b/web/news.txt @@ -157,6 +157,7 @@ Language Additions in templates. - Comments can be continued with a backslash continuation character so that comment pieces don't have to align on the same column. +- Macros support the ``bind`` statement. 2012-02-09 Version 0.8.14 released |