diff options
author | Araq <rumpf_a@web.de> | 2013-08-03 21:14:57 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-08-03 21:14:57 +0200 |
commit | 30bb68d48a90e45b83716ab81c9ecccdb425c781 (patch) | |
tree | b9af06a619fdaa5b6d3e9f9cdfac9bbf04d661fa /doc | |
parent | ec86d5db0f6a150db4db804876f2241451a07ffe (diff) | |
download | Nim-30bb68d48a90e45b83716ab81c9ecccdb425c781.tar.gz |
new VM: next steps
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apis.txt | 4 |
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`` |