summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-07-22 18:07:23 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-07-22 22:31:09 +0200
commitbea62bb63205101c6005fb80946e8193985667fd (patch)
tree8ede2dfda38fc821955fd53c4e9a7f8554eccfa4 /doc
parentfc0bb828027d0893435613668fa9bb12e47dd169 (diff)
downloadNim-bea62bb63205101c6005fb80946e8193985667fd.tar.gz
overloading of dot and parenthesis operators should now be done in .experimental
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/special_ops.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/special_ops.txt b/doc/manual/special_ops.txt
index 702693423..1c7136bec 100644
--- a/doc/manual/special_ops.txt
+++ b/doc/manual/special_ops.txt
@@ -4,6 +4,9 @@ Special Operators
 dot operators
 -------------
 
+**Note**: Dot operators are still experimental and so need to be enabled
+via ``{.experimental.}``.
+
 Nim offers a special family of dot operators that can be used to
 intercept and rewrite proc call and field access attempts, referring
 to previously undeclared symbol names. They can be used to provide a