From ef56723060c8c1e8723e22886a3c556aca146bb7 Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Wed, 11 May 2016 15:47:05 -0400 Subject: Created scoping section --- docs/control-structures.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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 ========== -- cgit