;Related tasks:

* &nbsp; [[Arrays]]
** &nbsp; [[Array]]
** &nbsp; [[Sum and product of an array]]
** &nbsp; [[Collections]]
** &nbsp; [[Creating an Associative Array]]
** &nbsp; [[Two-dimensional array (runtime)]]
* &nbsp; [[Vector]]
* &nbsp; [[Matrices]]
* &nbsp; [[Bivector]]
* &nbsp; [[Antivector]]
* &nbsp; [[Tensor]]
* &nbsp; [[Quaternion]]
* &nbsp; [[Rotor]]
* &nbsp; [[Motor]]
* &nbsp; [[Sedenion]]
* &nbsp; [[Octonion]]
<br>

;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]]
<br>

