RosettaCodeData/Task/Arrays/00-TASK.txt
2026-04-30 12:34:36 -04:00

34 lines
890 B
Text

;Related tasks:
*   [[Arrays]]
**   [[Array]]
**   [[Sum and product of an array]]
**   [[Collections]]
**   [[Creating an Associative Array]]
**   [[Two-dimensional array (runtime)]]
*   [[Vector]]
*   [[Matrices]]
*   [[Bivector]]
*   [[Antivector]]
*   [[Tensor]]
*   [[Quaternion]]
*   [[Rotor]]
*   [[Motor]]
*   [[Sedenion]]
*   [[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>