felipap/sicp-code

5B: missing parameter in set-car! and set-cdr!

m66n opened this issue · 1 comments

m66n commented

In lines 256 and 259 of 5B.scm, the procedures should be defined as set-car! x y and set-cdr! x y, respectively.

Hello. Thanks for the the input. I've updated the code.