Procedures

Declare An external routine or a forward reference
Exit Function Exit a function
Exit Sub Exit a subroutine
Function...End Create a user-defined function
Sub...End Create a user-defined subroutine