What are delimited string, heredoc and D token strings?

bearophile bearophileHUGS at lycos.com
Sun Jun 27 10:03:45 PDT 2010


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


More information about the Digitalmars-d-learn mailing list