Skip to content

Instantly share code, notes, and snippets.

@Edmundworks
Created April 15, 2018 15:55
Show Gist options
  • Save Edmundworks/b982b2020c3e25c034a423f312ffd838 to your computer and use it in GitHub Desktop.
Save Edmundworks/b982b2020c3e25c034a423f312ffd838 to your computer and use it in GitHub Desktop.
Sicp 1.9 B
(if (= 4 0)
5
(+ (dec 4) (inc 5))))
(+ 3 6)
9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment