Hello,

On Thu, 21 Oct 2021 15:06:51 +0200
Wolfgang Denk <w...@denx.de> wrote:

> I confirm that '+=' looks better.  But '+=" is technically broken.

a bit of my opinion:
I think =+ will confuse far more people than + as last character of var
name working weirdly. But I also think that + should be supported as
last character. Therefore I propose backslash escaping in variable name,
i.e.
  var+=value
appends value to var, while
  var\+=value
sets variable with name "var+"

Marek

Reply via email to