Visual Basic Script (VBS) input help

Is that not sometime like

Function AddNumbers(num1, num2)
   AddNumbers = num1 + num2
End Function