Arrays: Difference between revisions

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