Rebol Programming/third

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

THIRD series 

DESCRIPTION:[edit | edit source]

Returns the third value of a series.

THIRD is an action value.

ARGUMENTS[edit | edit source]

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

SOURCE CODE[edit | edit source]

third: native[
    "Returns the third value of a series." 
    series [series! date! port! time! tuple! any-function! struct! event! object!]
]