zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: (AA) example
Date: Thu, 25 Oct 2012 23:06:48 -0700	[thread overview]
Message-ID: <CAH+w=7bevL0ohYThq=6LMRSKRcyNg2m-yZX33XGxCY1psejXBg@mail.gmail.com> (raw)
In-Reply-To: <50895F66.9050407@internecto.net>

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]

On Thursday, October 25, 2012, Mark van Dijk wrote:

> Hello list members,
>
> I'd like to ask for an example of how the A and AA parameter expansion
> flags work. The description in the manual is too complicated for me to
> grasp.
>
> I am not sure whether these flags can add a value to an (associative)
> array which already exists?
>

No, they cannot add to an existing parameter.  They always work as if
array=(values...), all or nothing.

The circumstances in which one would want to use these flags, especially
AA, are very limited.  They exist only for generality of the test-and-set
behavior of ${var=value}  -- if you can think of a case where you want to
substitute an entire associative array into a larger expression, you might
be able to find a corresponding example where you'd want AA.  Otherwise you
probably should be using ${ary[field]=value}, or assignment statements like
Peter described.

      parent reply	other threads:[~2012-10-26  6:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-25 15:48 Mark van Dijk
2012-10-25 16:27 ` Peter Stephenson
2012-10-25 23:15   ` volume label in prompt? Ray Andrews
2012-10-26  0:57     ` TJ Luoma
2012-10-26  2:42       ` Ray Andrews
2012-10-26  3:15       ` Alex Satrapa
2012-10-26 13:44     ` Benjamin R. Haskell
2012-10-26 15:44       ` Ray Andrews
2012-10-26  6:06 ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7bevL0ohYThq=6LMRSKRcyNg2m-yZX33XGxCY1psejXBg@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).