REBOL Programming/fourth

< REBOL Programming

USAGE:

FOURTH series 

DESCRIPTION:

Returns the fourth value of a series.

FOURTH is an action value.

ARGUMENTS

SOURCE CODE

fourth: native[
    "Returns the fourth value of a series." 
    series [series! date! port! tuple! event!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.