Fixing spacing
parent
0e18200b16
commit
b250a62f87
|
@ -84,7 +84,7 @@ IN: lisp.test
|
||||||
<LISP ((lambda (x y) (if x (+ 1 y) (+ 2 y))) #t 3) LISP>
|
<LISP ((lambda (x y) (if x (+ 1 y) (+ 2 y))) #t 3) LISP>
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
{ { 3 3 4 } } [
|
{ { 3 3 4 } } [
|
||||||
<LISP (defun foo (x y &rest z)
|
<LISP (defun foo (x y &rest z)
|
||||||
(cons (+ x y) z))
|
(cons (+ x y) z))
|
||||||
(foo 1 2 3 4)
|
(foo 1 2 3 4)
|
||||||
|
|
Loading…
Reference in New Issue