Arc Forumnew | comments | leaders | submitlogin
3 points by elibarzilay 6076 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))