Rebol Programming/eighth

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

USAGE:[edit | edit source]

EIGHTH series 

DESCRIPTION:[edit | edit source]

Returns the eighth value of a series.

EIGHTH is an action value.

ARGUMENTS[edit | edit source]

  • series -- (Type: series port tuple)

SOURCE CODE[edit | edit source]

eighth: native[
    "Returns the eighth value of a series." 
    series [series! port! tuple!]
]