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

Reply via email to