summary refs log tree commit diff stats
path: root/doc/manual/stmts.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-06-06 19:49:32 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-06-06 20:35:41 +0200
commitc863ea00acd45f2312cd119e47df795d04abde81 (patch)
treeba076f77ca129043ac087df3717891542196155d /doc/manual/stmts.txt
parente72b62567c37ee512dd89b121899ec585d316bfb (diff)
downloadNim-c863ea00acd45f2312cd119e47df795d04abde81.tar.gz
documented new .this pragma
Diffstat (limited to 'doc/manual/stmts.txt')
-rw-r--r--doc/manual/stmts.txt3
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
 -------------