This task is about arrays.

For hashes or associative arrays, please see [[Creating an Associative Array]].

For a definition and in-depth discussion of what an array is, see [[Array]].


;Task:
Show basic array syntax in your language.

Basically, create an array, assign a value to it, and retrieve an element &nbsp; (if available, show both fixed-length arrays and
dynamic arrays, pushing a value into it).

Please discuss at Village Pump: &nbsp; {{vp|Arrays}}.

Please merge code in from these obsolete tasks:
:::* &nbsp; [[Creating an Array]]
:::* &nbsp; [[Assigning Values to an Array]]
:::* &nbsp; [[Retrieving an Element of an Array]]


;Related tasks:
* &nbsp; [[Collections]]
* &nbsp; [[Creating an Associative Array]]
* &nbsp; [[Two-dimensional array (runtime)]]
<br><br>
