What are delimited string, heredoc and D token strings?

Pierre Rouleau prouleau001 at gmail.com
Mon Jun 28 17:49:40 PDT 2010


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


More information about the Digitalmars-d-learn mailing list