; P05 - Reverse a list (def a (list "a" "b" "c" "d")) (print (->string (reverse a)))