diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/manual/manual.of b/manual/manual.of index 5d0c35cf..c5385258 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -1630,13 +1630,8 @@ they are closed in the reverse order that they were declared. | |||
1630 | If there is any error while running a closing method, | 1630 | If there is any error while running a closing method, |
1631 | that error is handled like an error in the regular code | 1631 | that error is handled like an error in the regular code |
1632 | where the variable was defined. | 1632 | where the variable was defined. |
1633 | |||
1634 | After an error, | 1633 | After an error, |
1635 | the other pending closing methods will still be called. | 1634 | the other pending closing methods will still be called. |
1636 | Errors in these methods | ||
1637 | interrupt the respective method and generate a warning, | ||
1638 | but are otherwise ignored; | ||
1639 | the error reported is only the original one. | ||
1640 | 1635 | ||
1641 | If a coroutine yields and is never resumed again, | 1636 | If a coroutine yields and is never resumed again, |
1642 | some variables may never go out of scope, | 1637 | some variables may never go out of scope, |