Arc Forumnew | comments | leaders | submitlogin
3 points by drcode 5893 days ago | link | parent

I found the probably best way to do this in arc (a "while" loop with the condition after the body)

the trick is to use the "drain" command and have your expression return t/nil to indicate whether the calculation should repeat.