"Andrej Mitrovic" <andrej.mitrov...@gmail.com> wrote in message 
news:mailman.1347.1309480430.14074.digitalmar...@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".


Reply via email to