RosettaCodeData/Task/Arrays/00-TASK.txt

35 lines
890 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
;Related tasks:
2023-07-01 11:58:00 -04:00
2026-04-30 12:34:36 -04:00
*   [[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>
2023-07-01 11:58:00 -04:00
;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:
2026-04-30 12:34:36 -04:00
* &nbsp; [[Creating an Array]]
* &nbsp; [[Assigning Values to an Array]]
* &nbsp; [[Retrieving an Element of an Array]]
<br>
2023-07-01 11:58:00 -04:00