diff options
author | Araq <rumpf_a@web.de> | 2014-12-10 01:57:08 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-10 01:57:08 +0100 |
commit | 85cc5a6a1f0247f0d70f68831a19ec9cab1f5dd3 (patch) | |
tree | 19e8a95d1b974544de36f7f9eabd562b13c424ac /doc | |
parent | 74fdd5c2eaa5507b636c70db80df7f9c3f332d2b (diff) | |
download | Nim-85cc5a6a1f0247f0d70f68831a19ec9cab1f5dd3.tar.gz |
destuctors are experimental; 'func' is now a keyword
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 67ff0ab7f..7a4f8c696 100644 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -3,7 +3,7 @@ bind block break case cast const continue converter defer discard distinct div do elif else end enum except export -finally for from +finally for from func generic if import in include interface is isnot iterator let |