tail? ( seq end -- ? )
Factor handbook » The language » Collections » Sequence operations » Testing sequences

Prev:head? ( seq begin -- ? )
Next:subseq? ( subseq seq -- ? )


Vocabulary
sequences

Inputs
seqa sequence
enda sequence


Outputs
?a boolean


Word description
Tests if seq ends with end. If end is longer than seq, this word outputs f.

Definition