5 lines
127 B
D
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";
|