### handlerName

Any text string, without quotation marks, that represents the name of the handler or subroutine you want to write:

```
myAverage()
openOneWindow()
```

As in the AppleScript examples:

```
on myAverage theNumbers
to openOneWindow
```
