[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DO



Looping forever is trivially obtained by doing (DO () (T) ...)
It is defined (and much more useful) for (DO () () ...) to do it exactly
once, since this case is also quite useful, and not so easily obtained
otherwise.