2016-02-10 177 views

回答

0

對不起......

它在測試/ tests.lisp

(defun show (object &key ((:pretty *print-pretty*) *print-pretty*)) 
"Print the object on its own line and return it. Used in many tests!" 
    (fresh-line) (prin1 object) (terpri) object) 
定義