DIP 1027--String Interpolation--Final Review Discussion Thread

Walter Bright newshound2 at digitalmars.com
Tue Feb 4 07:12:11 UTC 2020


On 2/3/2020 5:06 PM, Jonathan Marler wrote:
> Some applications want the "Strings and Expressions" form rather than the 
> "Format String" form.

To have "strings and expressions" then write it that way:

     foo("I want ", i, " bananas");


More information about the Digitalmars-d mailing list