REBOL Programming/remove

< 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

REFINEMENTS

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.