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

Prev:circular-while ( ... circular quot: ( ... obj -- ... ? ) -- ... )


Vocabulary
circular

Inputs
circulara circular
quota quotation


Outputs
None

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

Notes
This rotates the circular object after each call, so the next element to be applied will always be the first element.

Definition