diff options
Diffstat (limited to 'doc/manual')
-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 |