# FIRST\_ELEMENT

### Description

`FIRST_ELEMENT` gives you the first element in a list / sequence.

### Example

```
FIRST_ELEMENT([a, b, c])
```

This will return `a`.
