On Tue, Feb 23, 2021 at 02:03:55PM +0100, Andreas Schwab wrote:
> On Feb 23 2021, Greg Wooledge wrote:
> 
> > No amount of quoting will make (( 'assoc[$var]'++ )) work.
> 
> (( assoc[var]++ ))
> 
> Andreas.

This is not the same as assoc[$var].  Yours uses the literal string var
as the key, not the contents of the variable named var.


Reply via email to