Код Ревью

Сравни свои решения

    #| This exercise has no tests.
Any solution is a right answer. |#
(define (a-plus-abs-b a b)
  ((if (> b 0) + -) a b))
;; The following procedure takes two parameters 
;; a and b and returns a compund procedure that is
;; applied to the a and abs of b depending on the
;; value of b