Agreed. The Phobos and Tango methods are highly readable.
"Dejan Lekic" <dejan.lekic at gmail.com> wrote in message
news:f3ngam$2d4b$1 at digitalmars.com...
>I pray to God I will never have to write code like:
>
>> Stdout("current=")(i)(" next=")(i+1)(" const=")(k*3)(" ")(str);