Creating an Array: Difference between revisions

Task description: initialize array with data.
(→‎{{header|Modula-3}}: Migrating from Array Initialization)
(Task description: initialize array with data.)
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 addition, demonstrate how to initialize an array variable with data.
 
=={{header|ActionScript}}==
Anonymous user