Sequence copy scgmille@xxxxxx (21 Aug 2003 03:58 UTC)
Re: Sequence copy scgmille@xxxxxx (21 Aug 2003 04:05 UTC)
Re: Sequence copy Jim White (21 Aug 2003 04:28 UTC)

Sequence copy scgmille@xxxxxx 21 Aug 2003 03:58 UTC
Also, Taylor proposed a modification to *-copy on sequences, similar to
the following:

procedure: *-copy sequence [start [count]] => %

Copies the sequence to a newly allocated structure, optionally
from a given starting indice, and proceeding for count elements.

This allows one to efficiently obtain subsequences of another sequence,
while remaining agnostic of the particular sequence type.

	Scott
--