Arc Forumnew | comments | leaders | submitlogin
4 points by rntz 5436 days ago | link | parent

    (let (a b c) (n-of 3 (readb in))
       ...)


1 point by Adlai 5436 days ago | link

I do feel stupid. However, this creates new bindings. From the code that shader posted, I think he doesn't want to create a new lexical binding. Is there some way of using destructuring for assignment?

-----