Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 0a3e099

Browse files
committed
535 - look ma, paren-insertion inside quasiquote (http://arclanguage.org/item?id=14974)
1 parent 8657585 commit 0a3e099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

020.wart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mac and args
6262
if (car args)
6363
if (cdr args)
6464
`(if ,(car args)
65-
(and ,@(cdr args)))
65+
and ,@(cdr args))
6666
(car args)
6767

6868
; (iso 3 3) => 3

0 commit comments

Comments
 (0)