RosettaCodeData/Task/Literals-String/D/literals-string-5.d
2023-07-01 13:44:08 -04:00

5 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";