<odds> ( seq -- odds )


Vocabulary
sequences.extras

Inputs
seqa sequence


Outputs
oddsan odds


Word description
Create a virtual sequence whose elements consist of the odd-indexed elements from the original sequence.

Notes
Because sequences are zero-indexed, this collection includes the second, fourth, sixth, etc. elements of the actual sequence which can be counterintuitive.

See also
<evens>

Definition