Kaydet (Commit) 8f505aed authored tarafından George Yoshida's avatar George Yoshida

Duplicated description about the illegal continue usage can be found in nearly the same place.

They are same, so keep the original one and remove the later-added one.
üst 77c176d5
...@@ -287,11 +287,8 @@ and is not handled, the exception is temporarily saved. The ...@@ -287,11 +287,8 @@ and is not handled, the exception is temporarily saved. The
it is re-raised at the end of the \keyword{finally} clause. it is re-raised at the end of the \keyword{finally} clause.
If the \keyword{finally} clause raises another exception or If the \keyword{finally} clause raises another exception or
executes a \keyword{return} or \keyword{break} statement, the saved executes a \keyword{return} or \keyword{break} statement, the saved
exception is lost. A \keyword{continue} statement is illegal in the exception is lost. The exception information is not available to the
\keyword{finally} clause. (The reason is a problem with the current program during execution of the \keyword{finally} clause.
implementation -- this restriction may be lifted in the future). The
exception information is not available to the program during execution of
the \keyword{finally} clause.
\kwindex{finally} \kwindex{finally}
When a \keyword{return}, \keyword{break} or \keyword{continue} statement is When a \keyword{return}, \keyword{break} or \keyword{continue} statement is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment