<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "Tor",
  "identifier" : "/documentation/Tor/ControlReply/lines",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Tor"
    ],
    "preciseIdentifier" : "s:3Tor12ControlReplyV5linesSaySSGvp"
  },
  "title" : "lines"
}
-->

# lines

The reply content lines, with the status-code prefix stripped.

```
let lines: [String]
```

## Discussion

For multi-line replies, the array contains one element per
content line in receive order. For single-line replies the
array has exactly one element. The status-code prefix
(`"250-"`, `"250 "`, `"250+"`) is **not** preserved — consumers
that need it should inspect [`statusCode`](/documentation/Tor/ControlReply/statusCode) directly.

- Stability: immutable.