circular-while ( ... circular quot: ( ... obj -- ... ? ) -- ... )
Circular sequences

Prev:growing-circular-push ( elt circular -- )
Next:circular-loop ( ... circular quot: ( ... obj -- ... ? ) -- ... )


Vocabulary
circular

Inputs
circulara circular
quota quotation


Outputs
None

Word description
Calls quot on each element of the sequence until each call yields f in succession.

Definition