RosettaCodeData/Task/Literals-String/D/literals-string-5.d
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07: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";