Function: MAKE-DELAY
Documentation
creates a new delay object
Source
(defun make-delay (fn) "creates a new delay object" (cons +unforced+ fn))
Source Context