4 lines
91 B
Text
4 lines
91 B
Text
(defun keep-printing-spam ()
|
|
(display "SPAM")
|
|
(newline)
|
|
(keep-printing-spam) )
|