Why I'm hesitating to switch to D
Nick Sabalausky
a at a.a
Thu Jun 30 17:18:57 PDT 2011
"KennyTM~" <kennytm at gmail.com> wrote in message
news:iuik51$2t5s$2 at digitalmars.com...
> On Jul 1, 11 03:27, Nick Sabalausky wrote:
>> "Walter Bright"<newshound2 at digitalmars.com> wrote in message
>> news:iuig3e$2m1k$1 at digitalmars.com...
>> >
>>> Back ticks are used for D raw string literals, and I now think that was
>>> a
>>> mistake.
>>>
>>
>> What would you have used instead?
>>
>
> There is r"..." which is equivalent to `...`. I've only used `...`.
That's not equivalent. The r"..." can't have a double-quote inside it, so
it's only a half-way solution, and is probably why no one really uses it (At
least that's why I never use it).
More information about the Digitalmars-d
mailing list