Arrays: Difference between revisions

m
added whitespace to the task's preamble.
No edit summary
m (added whitespace to the task's preamble.)
Line 1:
{{task|Basic language learning}} [[Category:Simple]]
 
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.)
 
;Task;
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]].
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 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]].
 
 
'''See also'''
* [[Collections]]
* [[Two-dimensional array (runtime)]]
<br><br>
 
=={{header|360 Assembly}}==