REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: first+

first+  word

Return FIRST of series, and increment the series index.

Arguments:

word [word!] - Word must be a series

Description

Example:

blk: [a b c]
first+ blk
a
first+ blk
b
first+ blk
c
first+ blk
none


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin