nwlisp/src/start.ls9

9 lines
211 B
Plaintext

(defun (start)
(cond ((not *quiet*)
(let ((g (gc)))
(terpri)
(princ (car g))
(princ " NODES\n")
(princ (cadr g))
(princ " VCELLS\n\n")))))