Creating an Array: Difference between revisions

Content added Content deleted
(→‎{{header|E}}: merge in examples from deprecated Array Initialization task)
m (numerically-indexed array)
Line 1: Line 1:
{{task|Basic language learning}}
{{task|Basic language learning}}
This task is about [[numeric arrays]]. For '''hashes''' or '''associative arrays''', please see [[Creating an Associative Array]].
This task is about numerically-indexed arrays. For '''hashes''' or '''associative arrays''', please see [[Creating an Associative Array]].


In this task, the goal is to create an [[array]]. Mention if the [[array base]] begins at a number other than zero.
In this task, the goal is to create an [[array]]. Mention if the [[array base]] begins at a number other than zero.