Data Type VisualBasic Script

Sub bool()
    Dim myVal As Boolean
    myVal = True
End Sub