www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: PHP-style (embedded variables) print statements

I'm not sure if you're being sarcastic, but if you're not, I agree - it's
nicely spaced with clear delimiters.

Gregor Richards Wrote:

 Dejan Lekic wrote:
 I pray to God I will never have to write code like:
 
      Stdout("current=")(i)(" next=")(i+1)(" const=")(k*3)(" ")(str);


Are you kidding me? This is the most readable syntax available in D to date. - Gregor Richards

Jun 02 2007