summary refs log tree commit diff stats
path: root/doc/manual/stmts.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-05 10:09:29 +0100
committerAraq <rumpf_a@web.de>2014-12-05 10:09:29 +0100
commit4b7de4dc5e628bf08ad6673652f1aa2df019525c (patch)
tree3e24d90c294a03f7e084e5e3e4c2eab12f58743a /doc/manual/stmts.txt
parente27ab367318ceb01a023b367ac908c137e3223c7 (diff)
downloadNim-4b7de4dc5e628bf08ad6673652f1aa2df019525c.tar.gz
implemented 'experimental' switch
Diffstat (limited to 'doc/manual/stmts.txt')
-rw-r--r--doc/manual/stmts.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/stmts.txt b/doc/manual/stmts.txt
index 8d958733d..e31be7121 100644
--- a/doc/manual/stmts.txt
+++ b/doc/manual/stmts.txt
@@ -488,7 +488,8 @@ Instead of:
 Using statement
 ---------------
 
-**Warning**: The ``using`` statement is highly experimental!
+**Warning**: The ``using`` statement is highly experimental and has to be
+explicitly enabled with the `experimental`:idx: pragma or command line option!
 
 The using statement provides syntactic convenience for procs that
 heavily use a single contextual parameter. When applied to a variable or a