REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns the fourth 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 fourth "REBOL"
O
print fourth [11 22 33 44 55 66]
44
print fourth 199.4.80.1
1
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |