Docs
Playground
Blog
Community
Packages
Playground
Blog
Community
Packages
X
Bluesky
GitHub
Forum
Language Manual
API
Syntax Lookup
React
Docs
Playground
Blog
Community
Packages
Playground
Blog
Community
Packages
X
Bluesky
GitHub
Forum
Language Manual
API
Syntax Lookup
React
Syntax Lookup
Enter some language construct you want to know more about.
This is the
string concatenation
operator.
This operator concatenates two
strings
together.
ReScript
JS Output
let
greetings
=
"Hello "
++
"world!"