Talk:Creating an Array

From Rosetta Code
Revision as of 21:28, 21 January 2007 by 64.128.84.33 (talk) (You're forgetting array base and associative arrays)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You're forgetting array base and associative arrays

One critical thing missing from this is the concept of zero-based, 1-based or other types of arrays. Some languages start at 0, others at 1.

There is also the concept of associative arrays that have both numeric and text based indexes. They are not supported in all languages either.