### functionName

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

```
myAverage
onlyOneWindow
```

As in the HyperTalk examples:

```
function myAverage theNumbers
function onlyOneWindow
```
