REBOL Programming/third

< REBOL Programming

USAGE:

THIRD series 

DESCRIPTION:

Returns the third value of a series.

THIRD is an action value.

ARGUMENTS

SOURCE CODE

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