new-like ( len exemplar quot -- seq )


Vocabulary
sequences

Inputs
lenan integer
exemplaran exemplar sequence
quota quotation


Outputs
seqa sequence


Word description
Creates a new sequence of length len and calls the quotation with this sequence on the stack. The output of the quotation and the original exemplar are then passed to like so that the output sequence is the exemplar's type.

Definition