<evens> ( seq -- evens )


Vocabulary
sequences.extras

Inputs
seqa sequence


Outputs
evensan evens


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

Notes
Because sequences are zero-indexed, this collection includes the first, third, fifth, etc. elements of the actual sequence which can be counterintuitive.

See also
<odds>

Definition