Skip to content
angerangel edited this page Mar 19, 2013 · 1 revision

USAGE

   FIRST+ 'word

DESCRIPTION

Return the FIRST of a series then increment the series index.

FIRST+ is a native value.

ARGUMENTS

  • word -- Word must refer to a series (word!)

#SOURCE

first+: make native! [  [
    {Return the FIRST of a series then increment the series index.}
    'word [word!] "Word must refer to a series"
] ]
Clone this wiki locally