set-cdr!

[procedure] set-cdr! pair obj

R5RS: Stores obj in the cdr field of pair.

R6RS: In R6RS, this procedure is moved to a library (rnrs mutable-pairs (6)), which is not included in the composite library (rnrs (6)).

See also cdr, set-car!.