Calculate the modulo of two integers (i.e. the remainder of arg1 divided by arg2).
variant mod <variant:arg1> <variant:arg2>
| Name | Type | Comment |
|---|---|---|
| arg1 | variant | The dividend of the modulo operation. |
| arg2 | variant | The divisor of the modulo operation. |
The value of arg1 modulo arg2, in the data type of arg1.
None.