The text describing a multiline string is confusing. An example that shows how various multiline strings are manifest would be helpful. Or perhaps a link to a reference document?
Is
let text = """
foo
bar
"""
different from
let text = """
foo
bar
"""
etc.