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