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