Rebol Programming/third
USAGE:
THIRD series
DESCRIPTION:
Returns the third value of a series.
THIRD is an action value.
ARGUMENTS
- series -- (Type: series date port time tuple any-function struct event object)
SOURCE CODE
third: native[
"Returns the third value of a series."
series [series! date! port! time! tuple! any-function! struct! event! object!]
]