string-interpolation.txt 66 B

123
  1. '1234$identifier $true';
  2. // comment
  3. '1234${1234 + true + 'foo'}';