Syntax Lookup

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

This operator performs integer subtraction.

ReScriptJS Output
let result = 3 - 2

For subtracting floats see the -. operator.