2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,14 +1,26 @@
|
|||
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]].
|
||||
|
||||
In this task, the goal is to show basic array syntax in your
|
||||
language. Basically, create an array, assign a value to it, and
|
||||
retrieve an element. (if available, show both fixed-length arrays and
|
||||
dynamic arrays, pushing a value into it.)
|
||||
|
||||
Please discuss at Village Pump: {{vp|Arrays}}. Please merge code in from obsolete tasks [[Creating an Array]], [[Assigning Values to an Array]], and [[Retrieving an Element of an Array]].
|
||||
;Task:
|
||||
Show basic array syntax in your language.
|
||||
|
||||
'''See also'''
|
||||
* [[Collections]]
|
||||
* [[Two-dimensional array (runtime)]]
|
||||
Basically, create an array, assign a value to it, and retrieve an element (if available, show both fixed-length arrays and
|
||||
dynamic arrays, pushing a value into it).
|
||||
|
||||
Please discuss at Village Pump: {{vp|Arrays}}.
|
||||
|
||||
Please merge code in from these obsolete tasks:
|
||||
:::* [[Creating an Array]]
|
||||
:::* [[Assigning Values to an Array]]
|
||||
:::* [[Retrieving an Element of an Array]]
|
||||
|
||||
|
||||
;Related tasks:
|
||||
* [[Collections]]
|
||||
* [[Creating an Associative Array]]
|
||||
* [[Two-dimensional array (runtime)]]
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue