The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>