On 1/9/11, Christopher Nicholson-Sauls <ibisbase...@gmail.com> wrote: > What Jesse said, but also: I can't help wondering if there's a special > reason why you cannot (or would rather not) use writefln(".....")? >
Oh it's not a problem. I was converting some C code and it used printf's with embedded newlines in the string. So I converted these to the safer writefln, but I got a different behavior when I compiled compared to the C version.