I was wondering if there was any syntax for using JavaScript template literals 
like

(literal "hello ${variable-name}")  

Output: `hello ${variableName}`

Reply via email to