Why I'm hesitating to switch to D
Nick Sabalausky
a at a.a
Thu Jun 30 17:57:05 PDT 2011
"Andrej Mitrovic" <andrej.mitrovich at gmail.com> wrote in message
news:mailman.1347.1309480430.14074.digitalmars-d at puremagic.com...
> For ultimate escaping use:
>
> auto str = q"EOS
> Weeee I'm a string ""``'q{\
> EOS";
>
> Of course then you have to make sure 'EOS' is a unique name too. You
> could use some funky unicode character sequence for that, just to be
> sure. :p
I always forget about that one. I think "string with q" and I think
"q{}-style token strings".
More information about the Digitalmars-d
mailing list