2 lines
55 B
Text
2 lines
55 B
Text
(def our-array @["apple" "orange"])
|
|
(length our-array)
|
(def our-array @["apple" "orange"])
|
|
(length our-array)
|