REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns the fifth value of a series.
Arguments:
value
See also:
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 |