Jump to content

Retrieving an Element of an Array: Difference between revisions

rm JavaScript and LSE
(rm JavaScript and LSE)
Line 324:
==[[Java]]==
Object element = array[index];
 
==[[JavaScript]]==
var element = array[index];
 
==[[LSE64]]==
10 array :array
array 5 [] @ # contents of sixth cell in array
 
==[[Mathematica]]==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.