Syntax Lookup

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

This operator performs integers addition.

ReScriptJS Output
let result = 1 + 2

For adding floats see the +. operator.

For contatenating strings see the ++ operator.