diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-05-12 03:47:05 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-05-12 03:47:05 +0800 |
commit | ef56723060c8c1e8723e22886a3c556aca146bb7 (patch) | |
tree | dfdb7ec7ed281ea0e699d307c04aef0eda831462 /docs | |
parent | 9e36bdda8a9552f1885e0a63a85db588623b39b2 (diff) | |
download | dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar.gz dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.tar.zst dexon-solidity-ef56723060c8c1e8723e22886a3c556aca146bb7.zip |
Created scoping section
Diffstat (limited to 'docs')
-rw-r--r-- | docs/control-structures.rst | 6 |
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 ========== |