<circular> ( seq -- circular )
Circular sequences

Next:<circular-string> ( n -- circular )


Vocabulary
circular

Inputs
seqa sequence


Outputs
circulara circular


Word description
Creates a new circular object that wraps an existing sequence. By default, the index is set to zero.

Definition