If statement has code that needs to run in a finally clause at the end of the current scope, return that code in the form of a Statement.
the statement
context
set to code executed upon entry to the scope
set to code executed upon exit from the scope via exception
set to code executed in finally block
code to be run in the finally clause
See Implementation
If statement has code that needs to run in a finally clause at the end of the current scope, return that code in the form of a Statement.