multiline String
Here’s the code if you want to experiment with it:
import Foundation
let multilineString = """
1st line
2nd line
3rd line
"""
Here’s the code if you want to experiment with it:
import Foundation
let multilineString = """
1st line
2nd line
3rd line
"""