var a = "a"; var b = "b"; a + b = "value"; # Error at '=': Invalid assignment target.