Arc Forum
new
|
comments
|
leaders
|
submit
login
3 points
by
elibarzilay
6132 days ago |
link
|
parent
If you mean a single form, then that won't work, because arc destructures values. For example:
(let (x y) (list 1 2) (+ x y))