Language Basics VisualBasic Script

Sub ageSub()
    Const Age As Integer = 25
    '...instructions...
End Sub