Skip to content

Commit e6ee902

Browse files
committed
fix bugs.
1 parent f4ea1a1 commit e6ee902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lispscript
2424
(cons 1 '(3 5 6)) ;;→ [1, 3, 5, 6]
2525
(cons '(1 2) '(3 5 6)) ;;→ [[1, 2], 3, 5, 6]
2626
27-
((((lambda (z) (lambda (y) (lambda (x) (- x y z)))) 2) 8) 15) ;; → 15
27+
((((lambda (z) (lambda (y) (lambda (x) (- x y z)))) 2) 8) 15) ;; → 5
2828
2929
(define hello 100)
3030
hello ;;→ 100

0 commit comments

Comments
 (0)