# LAST\_ELEMENT

### Description

`LAST_ELEMENT` gives you the first element of a list / sequence.

### Example

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

This will return `c`.
