; using count:
(count ["apple" "orange"])
; OR alength if using Java arrays:
(alength (into-array ["apple" "orange"]))