On Jul 1, 11 04:34, Timon Gehr wrote:
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");

Let's replace `...` with q"`...`" ;-)

Reply via email to