RosettaCodeData/Task/Array-length/PicoLisp/array-length.l
2023-07-01 13:44:08 -04:00

3 lines
34 B
Common Lisp

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