zsh-users
 help / color / mirror / code / Atom feed
From: Roman Neuhauser <neuhauser@sigpipe.cz>
To: Jerry Rocteur <jerry.rocteur@gmail.com>
Cc: zsh-users@zsh.org
Subject: Re: zsh array subscripting with ksh comp behaviour
Date: Thu, 21 Aug 2014 16:47:10 +0200	[thread overview]
Message-ID: <20140821144710.GF4075@isis.sigpipe.cz> (raw)
In-Reply-To: <CAGAAoy2-y7635O+wtC2ToocZ9_Mhze70WrrXLwFZ=4-UiC9e7w@mail.gmail.com>

# jerry.rocteur@gmail.com / 2014-08-21 15:54:45 +0200:
> I have noticed something strange, it is easy to solve but should this
> really be default behaviour, I thought I'd report it.
> 
> ] arr=(one two three)
> ] echo ${arr[0]}
> one
> ] echo ${arr[1]}
> one
> ] echo ${arr[2]}
> two
> ] echo ${arr[3]}
> three
> 
> setopt ksharrays
> 
> ] echo ${arr[0]}
> one
> ] echo ${arr[1]}
> two
> ] echo ${arr[2]}
> three
> ] echo ${arr[3]}

zshparam(1):

Array Subscripts
  Individual  elements  of  an array may be selected using a subscript.
  A subscript of the form `[exp]' selects the single element exp, where
  exp is an arithmetic expression which will be subject to  arith‐ metic
  expansion  as if it were surrounded by `$((...))'.  The elements are
  numbered beginning with 1, unless the KSH_ARRAYS option is set in
  which case they are numbered from zero.

-- 
roman


  reply	other threads:[~2014-08-21 14:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-21 13:54 Jerry Rocteur
2014-08-21 14:47 ` Roman Neuhauser [this message]
2014-08-21 19:47 ` Bart Schaefer
2014-08-23 18:03   ` Peter Stephenson
2014-08-23 19:24     ` Bart Schaefer

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=20140821144710.GF4075@isis.sigpipe.cz \
    --to=neuhauser@sigpipe.cz \
    --cc=jerry.rocteur@gmail.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).