Function: REREAD

Source

(defun reread (&rest args)
  (values (read-from-string
	   (apply #'mkstr args))))
Source Context