< Rebol Programming

USAGE:

SEVENTH series 

DESCRIPTION:

Returns the seventh value of a series.

SEVENTH is an action value.

ARGUMENTS

  • series -- (Type: series port tuple event)

SOURCE CODE

seventh: native[
    "Returns the seventh value of a series." 
    series [series! port! tuple! event!]
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.