This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
Should there be support for a finally clause? #11
Closed
Description
Some languages such as Java and Python support a finally clause with a definition like that from the Python spec:
A finally clause is always executed before leaving the try statement, whether an exception has occurred or not.