REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Return FIRST of series, and increment the series index.
Arguments:
word [word!] - Word must be a series
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 |