Arrays: Difference between revisions

5 bytes removed ,  7 years ago
Line 1,815:
anArray@2 := 3.</lang>
Stack allocated array
<lang elena> int aStackAllocatedArray(3) aStackAllocatedArray := 0.
aStackAllocatedArray@0 := 1.
aStackAllocatedArray@1 := 2.
Anonymous user