REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: sixth

sixth  value

Returns the sixth value of a series.

Arguments:

value

See also:

first   second   third   pick  

Description

See the FIRST function for examples.

An error will occur if no value is found. Use the PICK function to avoid this error.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin