diff options
author | Araq <rumpf_a@web.de> | 2011-11-24 23:34:37 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-24 23:34:37 +0100 |
commit | 093af9b9eb5ad140697bfbc8e57aa9711ba83af1 (patch) | |
tree | 3adea7694b728852236d135d6c5b72144d643ceb /doc | |
parent | 703430787d746ca805949a13c28452aca90af49d (diff) | |
download | Nim-093af9b9eb5ad140697bfbc8e57aa9711ba83af1.tar.gz |
'export' is now a keyword
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/keywords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt index 75014da42..c5834e3a7 100755 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -2,7 +2,7 @@ addr and as asm atomic bind block break case cast const continue converter discard distinct div -elif else end enum except +elif else end enum except export finally for from generic if import in include is isnot iterator lambda let |