Jump to content

Arrays: Difference between revisions

mNo edit summary
Line 1,813:
 
=={{header|Elena}}==
ELENA 3.34:
 
Static array
Line 1,823:
anArray[2] := 3.</lang>
Stack allocated array
<lang elena> intV<int,3> aStackAllocatedArray.
aStackAllocatedArray[0] := 1.
aStackAllocatedArray[1] := 2.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.