REBOL Programming/pick

< REBOL Programming

USAGE:

PICK series index 

DESCRIPTION:

Returns the value at the specified position in a series.

PICK is an action value.

ARGUMENTS:

SOURCE CODE

pick: native[
    {Returns the value at the specified position in a series.} 
    series [series! pair! event! money! date! time! object! port! tuple! any-function!] 
    index [number! logic! pair!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.