Fixing spacing

db4
James Cash 2008-09-16 19:40:30 -04:00
parent 0e18200b16
commit b250a62f87
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ IN: lisp.test
<LISP ((lambda (x y) (if x (+ 1 y) (+ 2 y))) #t 3) LISP>
] unit-test
{ { 3 3 4 } } [
{ { 3 3 4 } } [
<LISP (defun foo (x y &rest z)
(cons (+ x y) z))
(foo 1 2 3 4)