Language Basics VisualBasic Script

Sub m()
    msgBox "This is a Message", vbInformation, "This is a Title"
End Sub