Rebol Programming/tenth

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

USAGE:

[edit | edit source]
TENTH series 

DESCRIPTION:

[edit | edit source]

Returns the tenth value of a series.

TENTH is an action value.

ARGUMENTS

[edit | edit source]
  • series -- (Type: series port tuple)

SOURCE CODE

[edit | edit source]
tenth: native[
    "Returns the tenth value of a series." 
    series [series! port! tuple!]
]