Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Change in FIGNORE behavior



On Fri, Jun 15, 2007 at 11:09:06AM +0100, Peter Stephenson wrote:
[...]
>   array=(one two three)
> 
> With KSH_ZERO_SUBSCRIPT set (old behaviour):
>   $array[0]               -> one
>   array[(R)notfound]      -> one
>   $array[0,2]             -> one two
[...]

Hi Peter,

why not "one two three" there (0, 1, 2)?

-- 
Stéphane



Messages sorted by: Reverse Date, Date, Thread, Author