Guest User

Untitled

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ;Exercise 1.4 - Describe the behavior of the following prodcedure:
  2. (define (a-plus-abs-b a b)
  3. ((if (> b 0) + -) a b))
Add Comment
Please, Sign In to add comment