aboutsummaryrefslogtreecommitdiff
path: root/SICP/tmp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'SICP/tmp.scm')
-rw-r--r--SICP/tmp.scm2
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)))