2008. 8. 6.

연습문제 3.1

(define (make-accumulator n)
  (lambda (a)
    (begin
      (set! n (+ n a))
      n)))

댓글 없음:

댓글 쓰기