5 lines
92 B
Text
5 lines
92 B
Text
|
|
(println (length '("apple" "orange")))
|
||
|
|
|
||
|
|
; Nehal-Singhal 2018-05-25
|
||
|
|
(length '(apple orange))
|