Language Basics VisualBasic Script

Sub DeclareVariable()
    Dim myVar As Integer
End Sub