# UPPER

### Description

`UPPER` takes a string and turns each letter into the uppercase version of itself.

### Example

```
UPPER('Hello World')
```

will result in "HELLO WORLD".
