summary refs log tree commit diff stats
path: root/doc/manual.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2014-06-16 23:03:17 +0200
committerAndreas Rumpf <rumpf_a@web.de>2014-06-16 23:03:17 +0200
commit2ec1501c7a139a8254812648895a68141ba135f0 (patch)
treec04e0a1f463a7848ed077208916a3f8fef21f2c3 /doc/manual.txt
parentc1fea4bbd82589301adc10e988d025e74faa8645 (diff)
parent947b152163d04b4ac27697646a5200496573be13 (diff)
downloadNim-2ec1501c7a139a8254812648895a68141ba135f0.tar.gz
Merge pull request #1281 from Araq/new_spawn
New spawn
Diffstat (limited to 'doc/manual.txt')
-rw-r--r--doc/manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 3af41faec..e96e50999 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