diff options
author | Zahary Karadjov <zahary@gmail.com> | 2013-08-31 19:40:36 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2013-08-31 19:40:36 +0300 |
commit | b5d833b329191cf99718e2ea6dc08895c47dd8f9 (patch) | |
tree | 488ce125246a461db19ef4f03ab91890393771cf /doc | |
parent | 01ccb52a00ec4b41b0be3ebb6bafb2a44eba8f26 (diff) | |
download | Nim-b5d833b329191cf99718e2ea6dc08895c47dd8f9.tar.gz |
implemented the using statement
Diffstat (limited to 'doc')
-rw-r--r-- | doc/keywords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt index 2a775cd94..fa3ce4786 100644 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -7,7 +7,7 @@ finally for from generic if import in include interface is isnot iterator lambda let -macro method mixin mod +macro method mixin using mod nil not notin object of or out proc ptr |