; P01 Find the last box of a list. (def a (list "a" "b" "c" "d")) (print (last a))