Hi everyone- here's a super easy question for you... As you probably know, the "while" macro checks a condition and then executes a body- then repeats the process. I often need the common variant where the test happens _after_ the body is evaluated... It would be trivially to write as a macro, but certainly this must be so common that there's an easy way to do this already? I can't find such a variant anywhere in the docs. (Unfortunately the function "until" isn't it, despite the promising name) Most languages define such a variant as part of the language. I'm sure there's an obvious answer to my question- Anyone mind helping me out? Thanks! |