1.4

 
(define (a-plus-abs-b a b) ((if (> b 0) + -) a b))
x
 
#<undef>

a plus the absolute value of b is a plus b if b is greater than 0, otherwise is a subtract b.

results matching ""

    No results matching ""