cdr

Name

cdr -- Get the cdr part of a pair.

Type: function

Synopsis

cdr( p, b);

Arguments

p

An instance of <pair>

Return Values

b

An instance of <object>

Description

This is the other of the two standard lisp accessors.