Andrei's Google Talk

Walter Bright newshound2 at digitalmars.com
Fri Aug 6 15:36:46 PDT 2010


Alexander Malakhov wrote:
> Also, for example, what if I want to put extra ')' paren into $(D text)?
> I think there is (simple) solution, but that is one more thing to learn.

   RPAREN=)

   $(D text $(RPAREN) )

You'll see a few of those in the macros, in particular $(DOLLAR) to embed a 
dollar sign. It's not so bad, every markup language needs an escape method.


More information about the Digitalmars-d mailing list