Creating an Array: Difference between revisions

Content added Content deleted
(→‎{{header|Modula-3}}: Migrating from Array Initialization)
(Task description: initialize array with data.)
Line 3: Line 3:


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.
In addition, demonstrate how to initialize an array variable with data.


=={{header|ActionScript}}==
=={{header|ActionScript}}==