diff options
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 |