inc $(-u1) %a
won't evaluate %a becuz it evaluate identifiers first and then /inc the variable (if it's in the right place in the command)
so it's the same in //inc $null %a but doesn't work there