Syntax Lookup

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

This operator performs floating point subtraction.

ReScriptJS Output
let result = 3.0 -. 2.5

For subtracting integers see the - operator.