< Rebol Programming
USAGE:
CP value /part range /deep
DESCRIPTION:
Returns a copy of a value.
CP is an action value.
ARGUMENTS
- value -- Usually a series (Type: series port bitset)
REFINEMENTS
- /part -- Limits to a given length or position.
- range -- (Type: number series port pair)
- /deep -- Also copies series values within the block.
SOURCE CODE
cp: native[ "Returns a copy of a value." value [series! port! bitset!] "Usually a series" /part "Limits to a given length or position." range [number! series! port! pair!] /deep "Also copies series values within the block." ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.