diff options
author | Araq <rumpf_a@web.de> | 2012-03-13 02:01:56 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-03-13 02:01:56 +0100 |
commit | c25ffbf2622a197c15a4a3bd790b1bc788db2c7f (patch) | |
tree | d1a23e97a11a92bc83286fd77ba4e4a953d753fa /doc/keywords.txt | |
parent | 1d8ff40f5679d3ddfa10a89b0333a0132ee1e1b2 (diff) | |
download | Nim-c25ffbf2622a197c15a4a3bd790b1bc788db2c7f.tar.gz |
first steps for cleaner static/const distinction
Diffstat (limited to 'doc/keywords.txt')
-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 c4e073417..9638dc12a 100755 --- a/doc/keywords.txt +++ b/doc/keywords.txt @@ -12,7 +12,7 @@ nil not notin object of or out proc ptr raise ref return -shl shr +shl shr static template try tuple type var when while with without |