diff options
author | Araq <rumpf_a@web.de> | 2014-05-22 08:41:50 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-05-22 08:41:50 +0200 |
commit | 417b9f5a1d13f26842b1337395a0f5b57827cc12 (patch) | |
tree | 5f9f101521b06bd6eed880507b7103f70f46139c /doc | |
parent | 31b8fd66b1bd54b665e52855909538a50d33d7c3 (diff) | |
download | Nim-417b9f5a1d13f26842b1337395a0f5b57827cc12.tar.gz |
'parallel' statement almost working
Diffstat (limited to 'doc')
-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 39e2bad2a..b2e008969 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -2748,7 +2748,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 |