NAME
Data::SExpression::Cons -- Representation of a Lisp cons read by Data::SExpression.
DESCRIPTION
new CAR CDR
Construct a new Cons with the given car and cdr
car, cdr
Returns the car or cdr of this Cons.
set_car CAR, set_cdr CDR
Set the car or cdr of this Cons object.
SEE ALSO
AUTHOR
Nelson Elhage <nelhage@mit.edu>