> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reelevant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Array Concat

> Concaténer deux tableaux

## Présentation

La transformation `concat` concatène deux tableaux en un seul.

## Syntaxe

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
concat(<variable 1>, <variable 2>)
```

## Paramètres

| Paramètre    | Type  | Requis | Description     |
| ------------ | ----- | ------ | --------------- |
| `variable 1` | array | Oui    | Premier tableau |
| `variable 2` | array | Oui    | Second tableau  |

## Exemples

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
concat(<variable 1>, <variable 2>)
```
