diff options
author | Araq <rumpf_a@web.de> | 2014-06-01 22:00:06 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-06-01 22:00:06 +0200 |
commit | be229163af18a5d31fc3656ced853d6857d885ee (patch) | |
tree | 2f98645c3b1e7e4153cb9d12be78a661820a6b42 /doc/manual.txt | |
parent | cbe25a41b031ea8c36dce1b47c26fd7682e40a82 (diff) | |
parent | e6d12f3f6ee933f295dd83a64f5f0e6eba77e1d1 (diff) | |
download | Nim-be229163af18a5d31fc3656ced853d6857d885ee.tar.gz |
Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn
Diffstat (limited to 'doc/manual.txt')
-rw-r--r-- | doc/manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 5afe385bb..c6f50298c 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -2823,7 +2823,7 @@ The following builtin procs cannot be overloaded for reasons of implementation simplicity (they require specialized semantic checking):: defined, definedInScope, compiles, low, high, sizeOf, - is, of, echo, shallowCopy, getAst + is, of, echo, shallowCopy, getAst, spawn Thus they act more like keywords than like ordinary identifiers; unlike a keyword however, a redefinition may `shadow`:idx: the definition in |