Creating an Array: Difference between revisions

Removed Array Operation template
(→‎[[C plus plus|C++]]: Move comments to wikispace, clarified.)
(Removed Array Operation template)
Line 23:
Initialized_2 : Arr := (1 .. 30 => 2);
Const : constant Arr := (1 .. 10 => 1, 11 .. 20 => 2, 21 | 22 => 3);
 
{{array operation}}
 
==[[AppleScript]]==