one fable-low hijack cell
pair rescript / sml
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked rescript (first-offered)
· classifierA
· tiernone
response (200 chars)
In **Standard ML** and **ReScript**, the `^` operator is actually the same thing: **string concatenation**.
**SML:**
```sml
val greeting = "Hello, " ^ "world!"
(* "Hello, world!" *)
```
**ReScript:*
neighbors