Код Ревью
Сравни свои решения
#| BEGIN (Введите свое решение) |#
(define (last-pair items)
(list-ref items (length (cdr items))))
#| END |#
#| BEGIN (Введите свое решение) |#
(define (last-pair items)
(list-ref items (length (cdr items))))
#| END |#