; P04 - Find the number of elements of a list (def a (list "a" "b" "c" "d")) (print (->string (length a)))