(last list &optional (n 1))
(defun last-name (name) "Select the last name from a name represented as a list." (first (last name)))
(alexandria.0.dev:last-elt sequence)
(list &rest args)
(defun list1 (x) (list x))
(listp object)
(defun arg3 (instr) (if (listp instr) (fourth instr)))
lists
(list* arg &rest others)