help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] declare -i


From: Greg Wooledge
Subject: Re: [Help-bash] declare -i
Date: Thu, 10 May 2012 09:56:22 -0400
User-agent: Mutt/1.4.2.3i

On Thu, May 10, 2012 at 09:52:45AM -0400, Chet Ramey wrote:
> Where does the man page say it's ok to use negative subscripts when
> assigning arrays?

Second paragraph of "Arrays":

      An indexed array is created automatically if any variable is assigned
      to using the syntax name[subscript]=value.  The subscript is treated
      as an arithmetic expression that must evaluate to a number.  If
      subscript evaluates to a number less than zero, it is used as an
      offset from one greater than the array's maximum index (so a subcript
      of -1 refers to the last element of the array).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]