set-cdr! -- r7rs Definition mutator!;
Procedure variants:
((pair any) -> (undefined))
scheme:base -- (scheme base);scheme -- (scheme);(set-cdr! pair obj)Stores
objin the cdr field ofpair.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.