Retrieving an Element of an Array: Difference between revisions

added standard ml
m (→‎{{header|Objective-C}}: lang+workswith)
(added standard ml)
Line 377:
=={{header|Smalltalk}}==
#($a $b $c) at: 2
 
=={{header|Standard ML}}==
val element = Array.sub (array, index)
 
=={{header|Tcl}}==
Anonymous user