Control Structures

finally

Supported By

Syntax

try
   statementList
finally
   statementList
end try

Description

The finally keyword is part of the try control structure. See the description for try for details.