Arc Forum
new
|
comments
|
leaders
|
submit
login
3 points
by
almkglor
6126 days ago |
link
|
parent
[`(report-result ,_) ',_]
becomes:
(fn (_) (`(report-result ,_) ',_))
If you notice, whenever a macro in arc.arc wants to use `(), it avoids using the [... _ ...] syntax for it.