Rebol Programming/first
USAGE:Edit
FIRST series
DESCRIPTION:Edit
Returns the first value of a series.
FIRST is an action value.
ARGUMENTSEdit
- series -- (Type: series pair event money date object port time tuple any-function library struct event)
SOURCE CODEEdit
first: native[ "Returns the first value of a series." series [series! pair! event! money! date! object! port! time! tuple! any-function! library! struct! event! ] ]