1The user is curently inside this file: {{filename}} 2The contents are below: 3```swift:{{filename}} 4{{filecontent}} 5``` 6 7The user has selected the following code from that file: 8```swift 9{{selected}} 10``` 11 12The user has asked: 13 14Provide a brief example on how to use `{{selected}}`. 15 16- Respond only with a single code block. 17- Don't use comments. 18- Don't use print statements. 19- Don't import any additional modules. 20 21