Both. Sequence of strings will no longer be valid.
I ask because I do this a lot in my code:
s = "this is a string "
"that I have chosen to break "
“into multiple lines”
how will this 'fect HERE docs?
print <<HERE
Double quoted
here document.
HERE