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