5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
define nil ((0))
|
||
|
define (cons ?x (?y)) ((?x ?y))
|
||
|
define (car (?x)) ?x
|
||
|
|