Contents
Exercises
Leaderboard
The book
Login
Sign up
English
Русский
Exercise 2.4 Procedural representation of pairs
Artem
Code Review
Compare your solutions
v.1
#| BEGIN (Write your solution here) |# (define (cdr z) (z (lambda (p q) q))) #| END |#