Name: Anonymous 2007-12-23 19:37
(define (penis)
(define variable (read))
(cond
(= (string-compare variable "penis") 0) (display "son, that's a penis"))
(= (string-compare variable "cock") 0) (display "son, that's a cock")
(else (display "niggerpenis"))))
(penis)Why does this code not work, /prog/?