Creating an Array: Difference between revisions

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

{{array operation}}


==[[AppleScript]]==
==[[AppleScript]]==