Loris1123 / RbScheme

Scheme Interpreter written in Ruby
Other
1 stars 0 forks source link

CDR 2) #1

Closed Loris1123 closed 8 years ago

Loris1123 commented 8 years ago

When calling cdr-function you get a bracket around the cdr.

(cdr (cons 1 2))
    => 2)