diff options
author | Araq <rumpf_a@web.de> | 2012-09-22 10:04:31 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-09-22 10:04:31 +0200 |
commit | 3ef146b0eacb8781dd0e352925001de342d6cc9d (patch) | |
tree | c7f24c6cb75c872aff2bd0694d9d0eec3b3b88b1 /doc | |
parent | 4577751bad1a2421921eb8c9bf40a4961daceb78 (diff) | |
download | Nim-3ef146b0eacb8781dd0e352925001de342d6cc9d.tar.gz |
'mixin' and 'interface' are now keywords
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/keywords.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt index 9638dc12a..03e9cc6fd 100755 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -5,9 +5,9 @@ discard distinct div do elif else end enum except export finally for from generic -if import in include is isnot iterator +if import in include interface is isnot iterator lambda let -macro method mod +macro method mixin mod nil not notin object of or out proc ptr |