### menuItem

An expression that evaluates to one of the following: 

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

For example: 

```
menuItem "New"
menuItem 2
second menuItem
```

