diff options
author | Araq <rumpf_a@web.de> | 2014-11-17 08:54:31 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-11-17 08:54:31 +0100 |
commit | c5cc20d33797f094a742c0a7f39a59e867a380f7 (patch) | |
tree | 207f9a4993bd415fc8273312c9d68bae130a60aa /doc/manual/procs.txt | |
parent | 729e048a324a6908b6a2d19a7d0186c05880151c (diff) | |
download | Nim-c5cc20d33797f094a742c0a7f39a59e867a380f7.tar.gz |
fixes #1548
Diffstat (limited to 'doc/manual/procs.txt')
-rw-r--r-- | doc/manual/procs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/procs.txt b/doc/manual/procs.txt index 9ddae6230..f48203c3b 100644 --- a/doc/manual/procs.txt +++ b/doc/manual/procs.txt @@ -237,7 +237,7 @@ The following builtin procs cannot be overloaded for reasons of implementation simplicity (they require specialized semantic checking):: declared, defined, definedInScope, compiles, low, high, sizeOf, - is, of, echo, shallowCopy, getAst, astToStr, spawn + is, of, shallowCopy, getAst, astToStr, spawn Thus they act more like keywords than like ordinary identifiers; unlike a keyword however, a redefinition may `shadow`:idx: the definition in |