On Sat, 14 Aug 2010 14:29:44 -0400, Nick Sabalausky wrote:
> Sending a non-format-string as the first arg to
> writef or writefln should *not* be encouraged.
Interestingly enough, the example on the Digital Mars D2 website does
exactly that.
http://www.digitalmars.com/d/2.0/
"writefln("Hello World, Reloaded");"