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
--