diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-07-06 19:42:36 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-07-06 19:42:36 +0200 |
commit | 383d047763a4ef336fca7e299dd36d0c71a29d58 (patch) | |
tree | edec37cd7e597a5b64695510a4e2f5f265d61f7a /doc/idetools.txt | |
parent | 4ed44fc6348cc09a8c809a76b6f21a456fa0d0c7 (diff) | |
download | Nim-383d047763a4ef336fca7e299dd36d0c71a29d58.tar.gz |
Documents idetools skLabel with failure test case.
Diffstat (limited to 'doc/idetools.txt')
-rw-r--r-- | doc/idetools.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/idetools.txt b/doc/idetools.txt index 59e2ee49e..4d2315a0c 100644 --- a/doc/idetools.txt +++ b/doc/idetools.txt @@ -295,6 +295,22 @@ posterior instances of the iterator. col 7: "iterates over any unicode character of the string `s`." +skLabel +------- + +| **Third column**: module + [n scope nesting] + name. +| **Fourth column**: always the empty string. +| **Docstring**: always the empty string. + +.. code-block:: nimrod + proc test(text: string) = + var found = -1 + block loops: + --> col 2: $MODULE.test.loops + col 3: "" + col 7: "" + + skLet ----- |