END statements

End statements should use the option to specify the block type they are closing, like

END CASE. END METHOD. END CONSTRUCTOR. END FUNCTION. END PROCEDURE.

 

There is no need for an empty line before an END statement. The block should be identifiable by the indentation.