Language Basics VisualBasic Script

Sub declSeveral()
    Dim FullName As String, DateOfBirth As Date, age As Integer
End Sub