REBOL Programming/first

< REBOL Programming

USAGE:

FIRST series 

DESCRIPTION:

Returns the first value of a series.

FIRST is an action value.

ARGUMENTS

SOURCE CODE

first: native[
    "Returns the first value of a series." 
    series [series! pair! event! money! date! object! port! time! tuple! any-function! library! struct! event!
    ]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.