Word description Calls pred repeatedly. If the predicate yields f, stops, otherwise, calls quot to yield a value. Values are accumulated and returned in a sequence at the end.
Examples The following example divides a number by two until we reach zero, and accumulates intermediate results: