On 29 Jun 2011, at 14:05, Mart Frauenlob wrote: > > On 29.06.2011 13:42, Maarten Billemont wrote: >> On 27 Jun 2011, at 16:25, Chet Ramey wrote: >>> > [...] >> Exactly, let's draw the array in the example: >> >> arr=(a b c) >> values: [ a | b | c ] >> indexes: 0 1 2 3 >> > [...] > > 4 members? 3 members. The index cursor precedes its member, as is commonly done when depicting arrays.
Apologies for mentioning the index 3 and somehow confusing you. Note that I prefixed the line with the word "indexes", not "values". I think we all know value a has the index 0 and value c has the index 2.