Array

From Rosetta Code
Revision as of 16:14, 18 January 2007 by MikeMol (talk | contribs) (Replaced Task page code with page code describing arrays.)

An array is variable that stores multiple values, accessible by an array index. A numeric array allows only integer values as index values, while an associative array allows other data types.