-into-sequence- ( begin end quot exemplar -- begin' end' quot' cursor result )


Vocabulary
cursors

Inputs
beginan object
endan object
quotan object
exemplaran object


Outputs
begin'an object
end'an object
quot'an object
cursoran object
resultan object


Definition


: -into-sequence-
( begin end quot exemplar -- begin' end' quot' cursor result )
[ 2over ] dip new-sequence-cursor ; inline