On 27/06/10 1:03 PM, bearophile wrote:
> Pierre Rouleau:
>> In what sense?
>
> This is valid D1 code:
>
> import std.stdio;
> void main() {
> string s = "this is
> just
> a
> test";
> writefln(s);
> }
>
> Bye,
> bearophile
Thanks!
-- Pierre