RosettaCodeData/Task/Array-length/Janet/array-length.janet

3 lines
55 B
Plaintext

(def our-array @["apple" "orange"])
(length our-array)