diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-06 19:49:32 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-06 20:35:41 +0200 |
commit | c863ea00acd45f2312cd119e47df795d04abde81 (patch) | |
tree | ba076f77ca129043ac087df3717891542196155d /doc/manual/stmts.txt | |
parent | e72b62567c37ee512dd89b121899ec585d316bfb (diff) | |
download | Nim-c863ea00acd45f2312cd119e47df795d04abde81.tar.gz |
documented new .this pragma
Diffstat (limited to 'doc/manual/stmts.txt')
-rw-r--r-- | doc/manual/stmts.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/stmts.txt b/doc/manual/stmts.txt index 65c810cf7..318738063 100644 --- a/doc/manual/stmts.txt +++ b/doc/manual/stmts.txt @@ -577,6 +577,9 @@ name ``c`` should default to type ``Context``, ``n`` should default to The ``using`` section uses the same indentation based grouping syntax as a ``var`` or ``let`` section. +Note that ``using`` is not applied for ``template`` since untyped template +parameters default to the type ``system.untyped``. + If expression ------------- |