Function
Command Prototype
`Function name(prop)
End Function`
Command Description
Create a reusable function, which is a block of code that can be invoked to be executed with different parameters
Parameter Description
- Required Parameter
- name--Name of the function. You may invoke the function by its name
- prop--Set the properties of the command