documentation about assigning a try
statement with finally
clause
#56855
Labels
docs
This change adds or pertains to documentation
error handling
Handling of exceptions by Julia or the user
From the following examples, it seems like the
finally
clause is not considered for variable assignment:I can't find where in the documentation this behavior is specified.
https://docs.julialang.org/en/v1/base/base/#finally
https://docs.julialang.org/en/v1/manual/control-flow/#finally-Clauses
The text was updated successfully, but these errors were encountered: