help copy
has the following to say about copy
:
USAGE:
COPY value /part length /deep /types kinds
DESCRIPTION:
Copies a series, object, or other value.
COPY is an action value.
ARGUMENTS:
value -- At position (series! port! map! object! bitset! any-function!)
REFINEMENTS:
/part -- Limits to a given length or position
length (number! series! pair!)
/deep -- Also copies series values within the block
/types -- What datatypes to copy
kinds (typeset! datatype!)
The /part
refinement can take a number!
, series!
or pair!
. I have not been able to get pair!
to work. (I haven't tried series!
yet.) Is this not implemented? If it is, how does it work?