Syntax Lookup

Enter some language construct you want to know more about.
This is the modulo operator.

The mod operator calculates the modulo (remainder after division) of two integers.

Example

ReScriptJS Output
let result = mod(7, 4)