diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-02-10 14:50:06 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-02-10 14:50:35 +0200 |
commit | 560a3bad2882e149714e551f82edeb506cc2b241 (patch) | |
tree | 39144203a4c476cf34b5615142c1199416d53490 /doc | |
parent | 74498d616eaae30605d7323254c46f5af4ae253c (diff) | |
download | Nim-560a3bad2882e149714e551f82edeb506cc2b241.tar.gz |
`do' keyword in the grammar for lambda blocks
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/keywords.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt index c5834e3a7..c4e073417 100755 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -1,9 +1,10 @@ addr and as asm atomic bind block break case cast const continue converter -discard distinct div +discard distinct div do elif else end enum except export -finally for from generic +finally for from +generic if import in include is isnot iterator lambda let macro method mod |