Rebol Programming/ninth

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

USAGE:[edit | edit source]

NINTH series 

DESCRIPTION:[edit | edit source]

Returns the ninth value of a series.

NINTH is an action value.

ARGUMENTS:[edit | edit source]

  • series -- (Type: series port tuple)

SOURCE CODE[edit | edit source]

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