diff options
author | Araq <rumpf_a@web.de> | 2010-08-28 22:33:07 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2010-08-28 22:33:07 +0200 |
commit | 47886978c79a3246295114a853a9cd945d368708 (patch) | |
tree | f006dc90bb9c8c166214ca751af3739b89a73621 /doc/keywords.txt | |
parent | b2075302b10b88047ea16007895bff4e46a2fa9c (diff) | |
download | Nim-47886978c79a3246295114a853a9cd945d368708.tar.gz |
tiny C support; cosmetic improvements for the docs
Diffstat (limited to 'doc/keywords.txt')
-rwxr-xr-x | doc/keywords.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/keywords.txt b/doc/keywords.txt new file mode 100755 index 000000000..a6d96834a --- /dev/null +++ b/doc/keywords.txt @@ -0,0 +1,19 @@ +addr and as asm atomic +bind block break +case cast const continue converter +discard distinct div +elif else end enum except +finally for from generic +if implies import in include is isnot iterator +lambda let +macro method mod +nil not notin +object of or out +proc ptr +raise ref return +shl shr +template try tuple type +var +when while with without +xor +yield |