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