Disallow var syntax in string interpolation (#32948)
The var"##" syntax should be disabled in string interpolation.
Disallow `var` syntax in command interpolations
This is special cased for compatibility. A more general fix would be to
make cmd interpolation syntax exactly the same as string interpolation.