ldct / isicp

Interactive Structure and Interpretation of Computer Programs
http://www.xuanji.li/isicp/
MIT License
1.16k stars 162 forks source link

Correct function definition in exercise 1.11 #71

Open cwmaguire opened 5 years ago

cwmaguire commented 5 years ago

Missing equals in else branch of function definition. "greater than" should be "greater than or equal to" according to the book (2nd ed., MIT Press, c1996)