Arc Forumnew | comments | leaders | submitlogin
2 points by akkartik 2892 days ago | link | parent

You need parens around the variable bindings in with, otherwise Arc can't tell where bindings end and the body begins.

  (with (columns-rows  -1
         list1  (rev rows-tried)
         list2  '())
    ..)