RosettaCodeData/Task/Array-length/PicoLisp/array-length.l

4 lines
34 B
Common Lisp

: (length '(apple orange))
-> 2
: