A string containing the two characters CR and LF.
(defvar +CR-LF+ (make-array 2 :element-type 'character :initial-contents (list (code-char #x0D) (code-char #x0A))) "A string containing the two characters CR and LF.")