RosettaCodeData/Task/Literals-String/D/literals-string-4.d
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
158 B
D

// Any character is allowed after the first quote;
// the string ends with that same character followed
// by a quote.
auto str = q"$"Hello?" he enquired.$";