summary refs log tree commit diff stats
path: root/cl/help.lisp
blob: fbe22f84fe65f91d05b03b6abe3b415e96ded352 (plain) (blame)
1
2
3
4
5
(defun help ()
  (format t "would you mind reading the fucking manual pages?"))

(with-output-to-string (*standard-output*)
  (help))