From 61c1fd6944c074b4a554a365bd9ce678942dd69e Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 14 Nov 2014 02:18:00 +0100 Subject: fixes #930 --- doc/manual/exceptions.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/manual/exceptions.txt') diff --git a/doc/manual/exceptions.txt b/doc/manual/exceptions.txt index ba2ea30a0..b3727b7cf 100644 --- a/doc/manual/exceptions.txt +++ b/doc/manual/exceptions.txt @@ -47,8 +47,8 @@ the rest of the procedure - that is not within a ``finally`` clause - is not executed (if an exception occurs). -Except and finally statements ------------------------------ +Standalone except and finally statements +---------------------------------------- ``except`` and ``finally`` can also be used as a stand-alone statements. Any statements following them in the current block will be considered to be @@ -76,6 +76,9 @@ statements. Example: echo "4. Post exception" # --> 1, 2, 3 is printed, 4 is never reached +Top level standalone ``finally`` or ``except`` statements are not supported +since it's unclear what such a statement should refer to. + Raise statement --------------- -- cgit 1.4.1-2-gfad0