aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-12 03:47:05 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-12 03:47:05 +0800
commitef56723060c8c1e8723e22886a3c556aca146bb7 (patch)
treedfdb7ec7ed281ea0e699d307c04aef0eda831462 /docs
parent9e36bdda8a9552f1885e0a63a85db588623b39b2 (diff)
downloaddexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar
dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar.gz
dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar.bz2
dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar.lz
dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar.xz
dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar.zst
dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.zip
Created scoping section
Diffstat (limited to 'docs')
-rw-r--r--docs/control-structures.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 2d959d1d..e26286d0 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -142,6 +142,12 @@ Assigning *to* a state variable always creates an independent copy. On the other
.. index:: ! exception, ! throw
+Scoping
+=======
+
+.. index:: ! scoping
+
+
Exceptions
==========