String operators
String operators
String operators are applied to character strings, and the result of their application is always a string value.
| Operator | Explanation | Unary / Binary |
|---|---|---|
| + | Concatenates (joins) the operands on both sides of the operator, using the left one first, and then concatenating the right one. | Binary |