The finally
keyword makes it possible to have a sequence of statements be executed when
another sequence of statements is completed, whether normally or abnormally.
This feature is similar to the one with the same name in other languages such as Java.