Adam Ruppe wrote:
> Walter Bright wrote:
>> D has other methods for raw literals, so the ` are not only ugly,
>> they're redundant.
>
> The best part about `` literals is you can put " inside them.
>
> You can do that with q{} too, but then the {} needs to match up
> which is a bit of a hassle at times.

There are also q"°My Text{ { (} " `'?°"
and import("foo.txt");

Reply via email to