Skip to content

Instantly share code, notes, and snippets.

@BaseCase
Created September 3, 2008 15:20
Show Gist options
  • Save BaseCase/8607 to your computer and use it in GitHub Desktop.
Save BaseCase/8607 to your computer and use it in GitHub Desktop.
;Exercise 1.4 - Describe the behavior of the following prodcedure:
(define (a-plus-abs-b a b)
((if (> b 0) + -) a b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment