Syntax Lookup

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

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

Example

ReScriptJS Output
let result = %(7, 4)