Function: NEXT-TARGET
Source
(defun next-target () (declare (special *next-target*)) (funcall *next-target*))
Source Context