< Rebol Programming  
        
      USAGE:
EIGHTH series
DESCRIPTION:
Returns the eighth value of a series.
EIGHTH is an action value.
ARGUMENTS
- series -- (Type: series port tuple)
 
SOURCE CODE
eighth: native[
    "Returns the eighth value of a series." 
    series [series! port! tuple!]
]
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.