diff options
Diffstat (limited to 'SICP/tmp.scm')
| -rw-r--r-- | SICP/tmp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SICP/tmp.scm b/SICP/tmp.scm index ca83c07..9bcc810 100644 --- a/SICP/tmp.scm +++ b/SICP/tmp.scm @@ -32,7 +32,7 @@ (define y (list 4 5 6)) (append x y) -(car (car (cons x y))) +(car (car (cons x y) )) (car (car (list x y))) (car (cdr (cons x y))) |
