Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
akkartik
5344 days ago |
link
|
parent
My lesson from this experience: quote and unquote are not exact opposites.
> (define a 3) > `(list ',a) '(list '3) > `(list ,'a) '(list a)