Код Ревью

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

    #| This exercise has no tests.
Any solution is a right answer. |#
;The key point of this program is to determine which
;operation to use based on whether b is a positive 
;number or not. If b is positive, it will calculate 
;a plus b; if b is negative, it will calculate a minus
;b.