Multiline strings with interpolation
Supports multiline strings with interpolation:
let x = """
The quick brown \(
fox()
) jumps over the lazy \(
dog()
)
"""
Supports multiline strings with interpolation:
let x = """
The quick brown \(
fox()
) jumps over the lazy \(
dog()
)
"""