I know in PHP we can do something like this:
$hello = \"foo\"; $my_string = \"I pity the $hello\";
Output: \"I pity the foo\"<
\"I pity the foo\"
Peace quote of 2020:
Console.WriteLine("I {0} JavaScript!", ">:D<"); console.log(`I ${'>:D<'} C#`)