e1.04.scm 166 B

1234
  1. ; when (> b 0) evaluates to #t, that is, when b is larger htan 0, the procedure applies addition or subtraction to operands a and b
  2. ; on #t -> + a b
  3. ; on #f -> - a b