RosettaCodeData/Task/Array-length/PicoLisp/array-length.l
2023-07-01 11:58:00 -04:00

3 lines
34 B
Common Lisp

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