For example: ``` add param1 param2 ``` would be the same as the following C# code: ``` param1 += param2 ```