diff options
author | Araq <rumpf_a@web.de> | 2014-08-08 02:24:19 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-08 02:24:19 +0200 |
commit | 057b53e1394962f43afba8e3e0a73f91bca68fe0 (patch) | |
tree | b858a984fc1f1642b980d0656743d38dbd4257f3 /doc/keywords.txt | |
parent | 404ada2aff51517c56f8beb5735b27a12d3f2485 (diff) | |
download | Nim-057b53e1394962f43afba8e3e0a73f91bca68fe0.tar.gz |
'lambda' is no keyword anymore
Diffstat (limited to 'doc/keywords.txt')
-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 60b100398..a43b35475 100644 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -6,7 +6,7 @@ elif else end enum except export finally for from generic if import in include interface is isnot iterator -lambda let +let macro method mixin mod nil not notin object of or out |