set-car!

Name

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

Type: function

Synopsis

set-car!( p a, );

Arguments

p

An instance of <pair>

a

An instance of <object>

Description

Side effects the given pair, p, so that its car is a. Returns no values.