Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ${(P)${foo}} (Re: Associative array ordering)
- X-seq: zsh-workers 5202
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: ${(P)${foo}} (Re: Associative array ordering)
- Date: Wed, 03 Feb 1999 11:42:29 +0100
- In-reply-to: "Sven Wischnowsky"'s message of "Wed, 03 Feb 1999 11:06:59 NFT." <199902031006.LAA10917@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Sven Wischnowsky wrote:
> I forgot to append the patch for the docs, sorry.
Needs a slight addition.
--- Doc/Zsh/expn.yo.par Wed Feb 3 11:33:50 1999
+++ Doc/Zsh/expn.yo Wed Feb 3 11:39:43 1999
@@ -531,7 +531,7 @@
substitution in place of the parameter name this flag makes the result
of the expansion be taken as a parameter name which is then
used. E.g. if you have `tt(foo=bar)' and `tt(bar=baz)', the strings
-`tt(${(P)foo}' and `tt(${(P)${foo}})' will be expanded to `tt(baz)'.
+`tt(${(P)foo})' and `tt(${(P)${foo}})' will be expanded to `tt(baz)'.
)
item(tt(o))(
Sort the resulting words in ascending order.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx> Tel: +39 050 844536
WWW: http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author