summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-08-03 21:14:57 +0200
committerAraq <rumpf_a@web.de>2013-08-03 21:14:57 +0200
commit30bb68d48a90e45b83716ab81c9ecccdb425c781 (patch)
treeb9af06a619fdaa5b6d3e9f9cdfac9bbf04d661fa /doc
parentec86d5db0f6a150db4db804876f2241451a07ffe (diff)
downloadNim-30bb68d48a90e45b83716ab81c9ecccdb425c781.tar.gz
new VM: next steps
Diffstat (limited to 'doc')
-rw-r--r--doc/apis.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/apis.txt b/doc/apis.txt
index 260ce159b..67534dec8 100644
--- a/doc/apis.txt
+++ b/doc/apis.txt
@@ -18,6 +18,10 @@ been renamed to fit this scheme. The ultimate goal is that the programmer can
 -------------------     ------------   --------------------------------------
 English word            To use         Notes
 -------------------     ------------   --------------------------------------
+initialize              initT          ``init`` is used to create a
+                                       value type ``T``
+new                     newP           ``new`` is used to create a 
+                                       reference type ``P``
 find                    find           should return the position where
                                        something was found; for a bool result
                                        use ``contains``