summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-05-22 08:41:50 +0200
committerAraq <rumpf_a@web.de>2014-05-22 08:41:50 +0200
commit417b9f5a1d13f26842b1337395a0f5b57827cc12 (patch)
tree5f9f101521b06bd6eed880507b7103f70f46139c /doc
parent31b8fd66b1bd54b665e52855909538a50d33d7c3 (diff)
downloadNim-417b9f5a1d13f26842b1337395a0f5b57827cc12.tar.gz
'parallel' statement almost working
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.txt2
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