### numberList

A comma-separated list of numbers.

```
1,2,3,4,5
"1.2,2.2,3.2"
```

In AppleScript, the list must be enclosed in brackets:

```
{1,2,3,4,5}
```
