7 lines
127 B
Text
7 lines
127 B
Text
|
|
(defun spam ()
|
||
|
|
(declare (xargs :mode :program))
|
||
|
|
(if nil
|
||
|
|
nil
|
||
|
|
(prog2$ (cw "SPAM~%")
|
||
|
|
(spam))))
|