4 lines
131 B
Text
4 lines
131 B
Text
int stackAllocatedArray[3];
|
|
stackAllocatedArray[0] := 1;
|
|
stackAllocatedArray[1] := 2;
|
|
stackAllocatedArray[2] := 3;
|