Syntax Lookup

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

This operator concatenates two strings together.

ReScriptJS Output
let greetings = "Hello " ++ "world!"