5 lines
74 B
Standard ML
5 lines
74 B
Standard ML
let
|
|
val a = Array.fromList ["apple", "orange"]
|
|
in
|
|
Array.length a
|
|
end;
|