RosettaCodeData/Task/Literals-String/D/literals-string-5.d

6 lines
127 B
D

// If you include a newline, you get a heredoc string:
auto otherStr = q"EOS
This is part of the string.
So is this.
EOS";