私がこのコードに対して(visit-doctor suppertime)を行うとき:
(define (visit-doctor name)
(if (equal? name 'suppertime) (end-session)
((write-line (list 'hello name))
(write-line '(what seems to be the trouble?))
(doctor-driver-loop name initial-earlier-response))))
(define (end-session) (write-line '(the doctor is done seeing patients today)))
それは私にこのエラーを与えます:
アプリケーション:手順ではありません。与えられた引数に適用できるプロシージャが必要です:#引数...:##