Closed ngoodman closed 11 years ago
(rest '(1 . 2)) should return 2, currently returns (. 2).
(rest '(1 . 2))
2
(. 2)
Fixed in 9626c0eaa20bd774b5b5dcd0a9b130bcfe2b38c7
(rest '(1 . 2))
should return2
, currently returns(. 2)
.