Created
April 15, 2018 15:55
-
-
Save Edmundworks/b982b2020c3e25c034a423f312ffd838 to your computer and use it in GitHub Desktop.
Sicp 1.9 B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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