Syntax Error when using Template String in script
Hello,
I'm creating a little After Effects panel with a button that adds an expression to the selected property. I'm trying to use Template Strings (String Literals or Template Literals, whatever is named) for the expression because I want to make it multiline and also interpolate variables into that expression.
For some reason, whenever I launch the panel from the Window menu, it gives me a "Syntax Error" message on whatever line that has the backticks (`) for the template string.
I know that template string are usable in expressions but, do they work in scripts or not? I thought that scripts would use Javascript as well.
I'm currently using AE 24.1.0 Build 78 on MacOS Ventura 13.5
Thanks in advance
