### background

An expression that identifies a background by name, number, or id, using one of the following forms:

```
background [ph:posInteger]
background [ph:text] -- name
[ph:ordinal] background
```

For example:

```
background "Index"
background 1
first background
last background
```

