Interpolated strings and SQL

Nickolay Bukreyev buknik95 at ya.ru
Tue Jan 9 10:33:09 UTC 2024


On Tuesday, 9 January 2024 at 08:29:08 UTC, Walter Bright wrote:
> that looks like tty noise.

Oh, I realized you might be reading this without a fancy Markdown 
renderer. Backticks are part of Markdown syntax, not D. I only 
suggested using

     i"a \(x) b"

rather than

     i"a $(x) b"


More information about the Digitalmars-d mailing list