Add Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example

Subtract Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example

Multiply Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example

Divide Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example

Modulus Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example

Bitwise AND Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example

Bitwise OR Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example

Bitwise XOR Number
| Parameter | Purpose | Example |
|---|---|---|
| myVariable | This is the variable you want to target with the math operation | myVariable |
| value | The value you want to apply to the math operation | 5 |
Example
Example
