zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ifh.de>
To: zsh-users@math.gatech.edu (Zsh users list)
Subject: Re: Exporting arrays
Date: Mon, 12 Jan 1998 10:01:45 +0100	[thread overview]
Message-ID: <199801120901.KAA25895@hydra.ifh.de> (raw)
In-Reply-To: "Adam Spiers"'s message of "Sun, 11 Jan 1998 18:16:03 MET." <19980111181603.60292@thelonious.new.ox.ac.uk>

Adam Spiers wrote:
> % unset foo
> % export foo=(a b c)
> % typeset | grep zzz 
> exported foo='(a b c)'
> 
> Presumably there's a decent reason for this behaviour; would
> someone be good enough to explain it to me?

Geoff explained most of it, but didn't point out that in fact the export
command doesn't create arrays at all, because there's no special syntax
for it:  it just treats "foo=(a b c)" as a string.  (At least, I don't
think he pointed that out.  I've just got back am reading through my
mail rather rapidly.  I've got about 100 different ways of becoming a
millionaire in a month.  This is worse than Reader's Digest.)

-- 
Peter Stephenson <pws@ifh.de>       Tel: +39 50 911239
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy


  parent reply	other threads:[~1998-01-12  9:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-11 18:16 Adam Spiers
1998-01-12  3:51 ` Geoff Wing
1998-01-12  9:01 ` Peter Stephenson [this message]
1998-01-12 10:45 ` Andrew Main
1998-01-12 13:48   ` Bernd Eggink
1998-01-12 15:15     ` Andrew Main
1998-01-12 21:24       ` Bernd Eggink
1998-01-12 22:12       ` Adam Spiers
1998-01-12 23:15         ` Mirar
1998-01-13  1:39           ` Adam Spiers
1998-01-13 14:12             ` Mirar

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=199801120901.KAA25895@hydra.ifh.de \
    --to=pws@ifh.de \
    --cc=zsh-users@math.gatech.edu \
    /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).