set-cdr!

Name

set-cdr! -- Set the cdr of a pair.

Type: function

Synopsis

set-cdr!( p b, );

Arguments

p

An instance of <pair>

b

An instance of <object>

Description

Side effects the given pair, p, so that its cdr is b. Returns no values.