A string interpolation is composed of two backticks. It allows Unicode characters and embeddable values and expressions with the ${myValue} syntax.
string interpolation
${myValue}
let language = "ReScript" let exclamation = `${language} is pretty cool. Right? š `
String interpolation