Rebol Programming/second

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

USAGE:[edit | edit source]

SECOND series 

DESCRIPTION:[edit | edit source]

Returns the second value of a series.

SECOND is an action value.

ARGUMENTS[edit | edit source]

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

SOURCE CODE[edit | edit source]

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