### menu

An expression that evaluates to one of the following: 

```
menu [ph:text]
menu [ph:posInteger]
[ph:ordinal] menu
```

For example: 

```
menu "File"
menu 2
second menu
```

