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

REBOL 3 Functions: fifth

fifth  value

Returns the fifth value of a series.

Arguments:

value

See also:

pick   first   second   third   fourth  

Description

This is an ordinal.

See the first function for examples. If no value is found, none is returned.

print fifth "REBOL"
L
print fifth [11 22 33 44 55 66]
55


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