10 lines
214 B
Markdown
10 lines
214 B
Markdown
# Examples
|
|
|
|
* `Favourite Pop`: A Playlist
|
|
containing all favourite items of the genre pop.
|
|
```
|
|
Id: Favourite Pop
|
|
Name: Favourite Pop
|
|
Program: |
|
|
(and (is-favorite) (is-genre "pop" (genre-list)))
|
|
```
|