String interpolation

Patrick Schluter Patrick.Schluter at bbox.fr
Thu May 21 11:19:41 UTC 2020


https://forum.dlang.org/post/prlulfqvxrgrdzxotakb@forum.dlang.org

On Tuesday, 10 November 2015 at 11:22:56 UTC, wobbles wrote:

> int a = 1;
> int b = 4;
> writefln("The number %s is less than %s", a, b);

writeln("The number ",a, " is less than ",b);


More information about the Digitalmars-d-learn mailing list