Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Treatment of illegal indices
- X-seq: zsh-workers 3790
- From: Andrew Main <zefram@xxxxxxxxx>
- To: eggink@xxxxxxxxxxxxxxxxxx (Bernd Eggink)
- Subject: Re: Treatment of illegal indices
- Date: Wed, 25 Feb 1998 12:33:47 +0000 (GMT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <34F40AE4.229B0EC7@xxxxxxxxxxxxxxxxxx> from "Bernd Eggink" at Feb 25, 98 01:13:24 pm
Bernd Eggink wrote:
> x=(a b c d e)
> x[4,1]=X
> print $x
>
>Result:
> a b c X b c d e
That's a deliberate feature.
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author