diff options
author | Araq <rumpf_a@web.de> | 2014-12-05 10:09:29 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-05 10:09:29 +0100 |
commit | 4b7de4dc5e628bf08ad6673652f1aa2df019525c (patch) | |
tree | 3e24d90c294a03f7e084e5e3e4c2eab12f58743a /doc/manual/stmts.txt | |
parent | e27ab367318ceb01a023b367ac908c137e3223c7 (diff) | |
download | Nim-4b7de4dc5e628bf08ad6673652f1aa2df019525c.tar.gz |
implemented 'experimental' switch
Diffstat (limited to 'doc/manual/stmts.txt')
-rw-r--r-- | doc/manual/stmts.txt | 3 |
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 |