Rebol Programming/sixth

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

USAGE:

[edit | edit source]
SIXTH series 

DESCRIPTION:

[edit | edit source]

Returns the sixth value of a series.

SIXTH is an action value.

ARGUMENTS

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

SOURCE CODE

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