Syntax Lookup

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

This operator performs floating point addition.

ReScriptJS Output
let result = 1.3 +. 0.5

For adding integers see the + operator.