aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of5
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.
1630If there is any error while running a closing method, 1630If there is any error while running a closing method,
1631that error is handled like an error in the regular code 1631that error is handled like an error in the regular code
1632where the variable was defined. 1632where the variable was defined.
1633
1634After an error, 1633After an error,
1635the other pending closing methods will still be called. 1634the other pending closing methods will still be called.
1636Errors in these methods
1637interrupt the respective method and generate a warning,
1638but are otherwise ignored;
1639the error reported is only the original one.
1640 1635
1641If a coroutine yields and is never resumed again, 1636If a coroutine yields and is never resumed again,
1642some variables may never go out of scope, 1637some variables may never go out of scope,