< Rebol Programming

USAGE:

THIRD series 

DESCRIPTION:

Returns the third value of a series.

THIRD is an action value.

ARGUMENTS

  • series -- (Type: series date port time tuple any-function struct event object)

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.