Definitions for "Array Variable" Add To Word List
Login or Register  | Word Lists | Search History

Keywords: Scalar, Ksh, Variable, Bash, Pointer
A mechanism available in bash and ksh for grouping scalar variables together. The scalar variables stored in an array are accessed using a single name in conjunction with a number. This number is referred to as an index.
Helpful?           0
a collection of simple variables of the same type to which the computer can efficiently assign a list of values
Helpful?           0
a list of scalars, hence in perl they are often refered to as lists
Helpful?           0
a pointer variable
Helpful?           0
a reference variable
Helpful?           0
a variable that holds many scalar variables in numbered slots
Helpful?           0
a variable with more than one value
Helpful?           0