< Rebol Programming
USAGE:
REMOVE series /part range
DESCRIPTION:
Removes value(s) from a series and returns after the remove.
REMOVE is an action value.
ARGUMENTS
- series -- (Type: series port bitset none)
REFINEMENTS
- /part -- Removes to a given length or position.
- range -- (Type: number series port pair)
SOURCE CODE
remove: native[ {Removes value(s) from a series and returns after the remove.} series [series! port! bitset! none!] /part "Removes to a given length or position." range [number! series! port! pair!] ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.