Nelson Elhage > Data-SExpression-0.38 > Data::SExpression::Cons

Download:
Data-SExpression-0.38.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source   Latest Release: Data-SExpression-0.41

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 ^

Data::Sexpression

AUTHOR ^

Nelson Elhage <nelhage@mit.edu>