RosettaCodeData/Task/Array-length/Common-Lisp/array-length-1.lisp

2 lines
37 B
Common Lisp

(print (length #("apple" "orange")))