RosettaCodeData/Task/Arrays/Elena/arrays-3.elena

5 lines
131 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
int stackAllocatedArray[3];
stackAllocatedArray[0] := 1;
stackAllocatedArray[1] := 2;
stackAllocatedArray[2] := 3;