> For the complete documentation index, see [llms.txt](https://muradkarakas.gitbook.io/sodium_documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://muradkarakas.gitbook.io/sodium_documentation/language-reference/built-in-functions/built-in-string-functions-and-operands/concatanation-operator.md).

# Concatanation Operator

#### Description <a href="#description" id="description"></a>

&#x20;`||` operator is used for string concatanation.

#### Declaration <a href="#declaration" id="declaration"></a>

#### Parameters <a href="#parameters" id="parameters"></a>

#### Return Value <a href="#return-value" id="return-value"></a>

#### Example <a href="#example" id="example"></a>

```
char str;
str = "Hello" || " " || "world";​
```

#### ​ <a href="#undefined" id="undefined"></a>

## ​ <a href="#undefined" id="undefined"></a>
