Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
akkartik
3131 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 '()) ..)