Jump to content

Retrieving an Element of an Array: Difference between revisions

added objective c
No edit summary
(added objective c)
Line 307:
 
There are quite a few others (too large to list here).
 
=={{header|Objective-C}}==
NSArray *array;
//...
id element = [array objectAtIndex:index];
 
=={{header|OCaml}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.