Closed Gofake1 closed 5 years ago
Multiline string literals: https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html#ID417
Differences with regular string literals:
\
I'm not sure how to test this.
Thanks! Available in 2.5.4. 👍
Multiline string literals: https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html#ID417
Differences with regular string literals:
\
is a valid character if followed by a newline; it indicates that a line break should not be inserted by the compilerI'm not sure how to test this.